Html Css Color HEX #B0BD66 Wild Willow

📋 copy color: '#B0BD66'

red 176 ◦ green 189 ◦ blue 102

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

Shades of Wild Willow #B0BD66

Tints of Wild Willow #B0BD66

RGB

 RED value IS 176 (69.14% from 255) = 37.69%

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

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 37.69%
G = 40.47%
B = 21.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#B0BD66 (or 0xB0BD66) is known color: Wild Willow. HEX triplet: B0, BD and 66. RGB value is (176,189,102). Sum of RGB (Red+Green+Blue) = 176+189+102=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD66 is #4F4299. Grayscale: #AFAFAF. Windows color (decimal): -5194394 or 6733232. OLE color: 6733232.

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

Color convert

RGB 176 189 102 -
CMYK 0.07 0 0.46 0.26
HSL 68.97º 0.4% 0.57% -
HSV(B) 68.97º 0.46% 0.74% -
XYZ 38.5 46.58 19.53 -
YUV 175.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 176 189 102 0.07 0 0.46 0.26 68.97 0.4 0.57
Hex B0 BD 66 7 0 2E 1A 45 28 39
Octal 260 275 146 7 0 56 32 105 50 71
Binary 10110000 10111101 1100110 111 0 101110 11010 1000101 101000 111001

Color Harmonies of #B0BD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD66

Black with #B0BD66

Text Example


Text Example

White with #B0BD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD66; }

 p { color: rgb(176,189,102); }

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

background-color css

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

 a { background-color: rgb(176,189,102); }

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

border-color css

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

 span { border-color: rgb(176,189,102); }

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