Html Css Color HEX #B5CA66 Wild Willow

📋 copy color: '#B5CA66'

red 181 ◦ green 202 ◦ blue 102

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

Shades of Wild Willow #B5CA66

Tints of Wild Willow #B5CA66

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 37.32%
G = 41.65%
B = 21.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#B5CA66 (or 0xB5CA66) is known color: Wild Willow. HEX triplet: B5, CA and 66. RGB value is (181,202,102). Sum of RGB (Red+Green+Blue) = 181+202+102=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA66 is #4A3599. Grayscale: #B8B8B8. Windows color (decimal): -4863386 or 6736565. OLE color: 6736565.

HSL color Cylindrical-coordinate representation of color #B5CA66: hue angle of 72.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5CA66 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 102 -
CMYK 0.10 0 0.50 0.21
HSL 72.6º 0.49% 0.6% -
HSV(B) 72.6º 0.5% 0.79% -
XYZ 42.57 53.02 20.56 -
YUV 184.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 181 202 102 0.10 0 0.50 0.21 72.6 0.49 0.6
Hex B5 CA 66 A 0 32 15 49 31 3C
Octal 265 312 146 12 0 62 25 111 61 74
Binary 10110101 11001010 1100110 1010 0 110010 10101 1001001 110001 111100

Color Harmonies of #B5CA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA66

Black with #B5CA66

Text Example


Text Example

White with #B5CA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA66; }

 p { color: rgb(181,202,102); }

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

background-color css

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

 a { background-color: rgb(181,202,102); }

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

border-color css

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

 span { border-color: rgb(181,202,102); }

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