Html Css Color HEX #B0D06B Wild Willow

📋 copy color: '#B0D06B'

red 176 ◦ green 208 ◦ blue 107

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

Shades of Wild Willow #B0D06B

Tints of Wild Willow #B0D06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 35.85%
G = 42.36%
B = 21.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#B0D06B (or 0xB0D06B) is known color: Wild Willow. HEX triplet: B0, D0 and 6B. RGB value is (176,208,107). Sum of RGB (Red+Green+Blue) = 176+208+107=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D06B is #4F2F94. Grayscale: #BBBBBB. Windows color (decimal): -5189525 or 7065776. OLE color: 7065776.

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

Color convert

RGB 176 208 107 -
CMYK 0.15 0 0.49 0.18
HSL 79.01º 0.52% 0.62% -
HSV(B) 79.01º 0.49% 0.82% -
XYZ 43.11 55.4 22.33 -
YUV 186.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 176 208 107 0.15 0 0.49 0.18 79.01 0.52 0.62
Hex B0 D0 6B F 0 31 12 4F 34 3E
Octal 260 320 153 17 0 61 22 117 64 76
Binary 10110000 11010000 1101011 1111 0 110001 10010 1001111 110100 111110

Color Harmonies of #B0D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D06B

Black with #B0D06B

Text Example


Text Example

White with #B0D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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