Html Css Color HEX #B5D06C Wild Willow

📋 copy color: '#B5D06C'

red 181 ◦ green 208 ◦ blue 108

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

Shades of Wild Willow #B5D06C

Tints of Wild Willow #B5D06C

RGB

 RED value IS 181 (71.09% from 255) = 36.42%

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

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

R = 36.42%
G = 41.85%
B = 21.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#B5D06C (or 0xB5D06C) is known color: Wild Willow. HEX triplet: B5, D0 and 6C. RGB value is (181,208,108). Sum of RGB (Red+Green+Blue) = 181+208+108=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D06C is #4A2F93. Grayscale: #BCBCBC. Windows color (decimal): -4861844 or 7131317. OLE color: 7131317.

HSL color Cylindrical-coordinate representation of color #B5D06C: hue angle of 76.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 #B5D06C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 208 108 -
CMYK 0.13 0 0.48 0.18
HSL 76.2º 0.52% 0.62% -
HSV(B) 76.2º 0.48% 0.82% -
XYZ 44.32 56.02 22.66 -
YUV 188.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 181 208 108 0.13 0 0.48 0.18 76.2 0.52 0.62
Hex B5 D0 6C D 0 30 12 4C 34 3E
Octal 265 320 154 15 0 60 22 114 64 76
Binary 10110101 11010000 1101100 1101 0 110000 10010 1001100 110100 111110

Color Harmonies of #B5D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D06C

Black with #B5D06C

Text Example


Text Example

White with #B5D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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