Html Css Color HEX #B0D16B Wild Willow

📋 copy color: '#B0D16B'

red 176 ◦ green 209 ◦ blue 107

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

Shades of Wild Willow #B0D16B

Tints of Wild Willow #B0D16B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.48%

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

R = 35.77%
G = 42.48%
B = 21.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#B0D16B (or 0xB0D16B) is known color: Wild Willow. HEX triplet: B0, D1 and 6B. RGB value is (176,209,107). Sum of RGB (Red+Green+Blue) = 176+209+107=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D16B is #4F2E94. Grayscale: #BBBBBB. Windows color (decimal): -5189269 or 7066032. OLE color: 7066032.

HSL color Cylindrical-coordinate representation of color #B0D16B: hue angle of 79.41º degrees, saturation: 0.53, 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 #B0D16B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 107 -
CMYK 0.16 0 0.49 0.18
HSL 79.41º 0.53% 0.62% -
HSV(B) 79.41º 0.49% 0.82% -
XYZ 43.36 55.89 22.41 -
YUV 187.51 82.57 119.79 -
System Red Green Blue C M Y K H S L
Decimal 176 209 107 0.16 0 0.49 0.18 79.41 0.53 0.62
Hex B0 D1 6B 10 0 31 12 4F 35 3E
Octal 260 321 153 20 0 61 22 117 65 76
Binary 10110000 11010001 1101011 10000 0 110001 10010 1001111 110101 111110

Color Harmonies of #B0D16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D16B

Black with #B0D16B

Text Example


Text Example

White with #B0D16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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