Html Css Color HEX #B2BD68 Wild Willow

📋 copy color: '#B2BD68'

red 178 ◦ green 189 ◦ blue 104

#B2BD68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #B2BD68

Tints of Wild Willow #B2BD68

RGB

 RED value IS 178 (69.92% from 255) = 37.79%

 GREEN value IS 189 (74.22% from 255) = 40.13%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 37.79%
G = 40.13%
B = 22.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2BD68 (or 0xB2BD68) is known color: Wild Willow. HEX triplet: B2, BD and 68. RGB value is (178,189,104). Sum of RGB (Red+Green+Blue) = 178+189+104=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD68 is #4D4297. Grayscale: #B0B0B0. Windows color (decimal): -5063320 or 6864306. OLE color: 6864306.

HSL color Cylindrical-coordinate representation of color #B2BD68: hue angle of 67.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2BD68 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 104 -
CMYK 0.06 0 0.45 0.26
HSL 67.76º 0.39% 0.57% -
HSV(B) 67.76º 0.45% 0.74% -
XYZ 39.06 46.86 20.08 -
YUV 176.02 87.36 129.41 -
System Red Green Blue C M Y K H S L
Decimal 178 189 104 0.06 0 0.45 0.26 67.76 0.39 0.57
Hex B2 BD 68 6 0 2D 1A 44 27 39
Octal 262 275 150 6 0 55 32 104 47 71
Binary 10110010 10111101 1101000 110 0 101101 11010 1000100 100111 111001

Color Harmonies of #B2BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD68

Black with #B2BD68

Text Example


Text Example

White with #B2BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD68; }

 p { color: rgb(178,189,104); }

 H1.HeaderClassName
 {
   color: #B2BD68;
 }
 .AnyTagClassName
 {
   color: #B2BD68;
 }
</style>

background-color css

<style>
 a { background-color: #B2BD68; }

 a { background-color: rgb(178,189,104); }

 div.DivClassName
 {
   background-color: #B2BD68;
 }
 .BgClassName
 {
   background-color: #B2BD68;
 }
</style>

border-color css

<style>
 span { border-color: #B2BD68; }

 span { border-color: rgb(178,189,104); }

 td.TdClassName
 {
   border-color: #B2BD68;
 }
 .TagClassName
 {
   border-color: #B2BD68;
 }
</style>