Html Css Color HEX #B5C966 Wild Willow

📋 copy color: '#B5C966'

red 181 ◦ green 201 ◦ blue 102

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

Shades of Wild Willow #B5C966

Tints of Wild Willow #B5C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

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

R = 37.4%
G = 41.53%
B = 21.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#B5C966 (or 0xB5C966) is known color: Wild Willow. HEX triplet: B5, C9 and 66. RGB value is (181,201,102). Sum of RGB (Red+Green+Blue) = 181+201+102=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C966 is #4A3699. Grayscale: #B8B8B8. Windows color (decimal): -4863642 or 6736309. OLE color: 6736309.

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

Color convert

RGB 181 201 102 -
CMYK 0.10 0 0.49 0.21
HSL 72.12º 0.48% 0.59% -
HSV(B) 72.12º 0.49% 0.79% -
XYZ 42.34 52.56 20.48 -
YUV 183.73 81.87 126.05 -
System Red Green Blue C M Y K H S L
Decimal 181 201 102 0.10 0 0.49 0.21 72.12 0.48 0.59
Hex B5 C9 66 A 0 31 15 48 30 3B
Octal 265 311 146 12 0 61 25 110 60 73
Binary 10110101 11001001 1100110 1010 0 110001 10101 1001000 110000 111011

Color Harmonies of #B5C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C966

Black with #B5C966

Text Example


Text Example

White with #B5C966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C966; }

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

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

background-color css

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

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

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

border-color css

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

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

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