Html Css Color HEX #B0D06C Wild Willow

📋 copy color: '#B0D06C'

red 176 ◦ green 208 ◦ blue 108

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

Shades of Wild Willow #B0D06C

Tints of Wild Willow #B0D06C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.28%

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 35.77%
G = 42.28%
B = 21.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#B0D06C (or 0xB0D06C) is known color: Wild Willow. HEX triplet: B0, D0 and 6C. RGB value is (176,208,108). Sum of RGB (Red+Green+Blue) = 176+208+108=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D06C is #4F2F93. Grayscale: #BBBBBB. Windows color (decimal): -5189524 or 7131312. OLE color: 7131312.

HSL color Cylindrical-coordinate representation of color #B0D06C: hue angle of 79.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0D06C is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 108 -
CMYK 0.15 0 0.48 0.18
HSL 79.2º 0.52% 0.62% -
HSV(B) 79.2º 0.48% 0.82% -
XYZ 43.17 55.42 22.61 -
YUV 187.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 176 208 108 0.15 0 0.48 0.18 79.2 0.52 0.62
Hex B0 D0 6C F 0 30 12 4F 34 3E
Octal 260 320 154 17 0 60 22 117 64 76
Binary 10110000 11010000 1101100 1111 0 110000 10010 1001111 110100 111110

Color Harmonies of #B0D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D06C

Black with #B0D06C

Text Example


Text Example

White with #B0D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D06C; }

 p { color: rgb(176,208,108); }

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

background-color css

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

 a { background-color: rgb(176,208,108); }

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

border-color css

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

 span { border-color: rgb(176,208,108); }

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