Html Css Color HEX #B0C669 Wild Willow

📋 copy color: '#B0C669'

red 176 ◦ green 198 ◦ blue 105

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

Shades of Wild Willow #B0C669

Tints of Wild Willow #B0C669

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.34%

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 36.74%
G = 41.34%
B = 21.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#B0C669 (or 0xB0C669) is known color: Wild Willow. HEX triplet: B0, C6 and 69. RGB value is (176,198,105). Sum of RGB (Red+Green+Blue) = 176+198+105=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C669 is #4F3996. Grayscale: #B5B5B5. Windows color (decimal): -5192087 or 6932144. OLE color: 6932144.

HSL color Cylindrical-coordinate representation of color #B0C669: hue angle of 74.19º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0C669 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 105 -
CMYK 0.11 0 0.47 0.22
HSL 74.19º 0.45% 0.59% -
HSV(B) 74.19º 0.47% 0.78% -
XYZ 40.65 50.64 21 -
YUV 180.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 176 198 105 0.11 0 0.47 0.22 74.19 0.45 0.59
Hex B0 C6 69 B 0 2F 16 4A 2D 3B
Octal 260 306 151 13 0 57 26 112 55 73
Binary 10110000 11000110 1101001 1011 0 101111 10110 1001010 101101 111011

Color Harmonies of #B0C669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C669

Black with #B0C669

Text Example


Text Example

White with #B0C669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C669; }

 p { color: rgb(176,198,105); }

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

background-color css

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

 a { background-color: rgb(176,198,105); }

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

border-color css

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

 span { border-color: rgb(176,198,105); }

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