Html Css Color HEX #B5C366 Wild Willow

📋 copy color: '#B5C366'

red 181 ◦ green 195 ◦ blue 102

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

Shades of Wild Willow #B5C366

Tints of Wild Willow #B5C366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.79%

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

R = 37.87%
G = 40.79%
B = 21.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#B5C366 (or 0xB5C366) is known color: Wild Willow. HEX triplet: B5, C3 and 66. RGB value is (181,195,102). Sum of RGB (Red+Green+Blue) = 181+195+102=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C366 is #4A3C99. Grayscale: #B4B4B4. Windows color (decimal): -4865178 or 6734773. OLE color: 6734773.

HSL color Cylindrical-coordinate representation of color #B5C366: hue angle of 69.03º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5C366 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 102 -
CMYK 0.07 0 0.48 0.24
HSL 69.03º 0.44% 0.58% -
HSV(B) 69.03º 0.48% 0.76% -
XYZ 40.97 49.81 20.03 -
YUV 180.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 181 195 102 0.07 0 0.48 0.24 69.03 0.44 0.58
Hex B5 C3 66 7 0 30 18 45 2C 3A
Octal 265 303 146 7 0 60 30 105 54 72
Binary 10110101 11000011 1100110 111 0 110000 11000 1000101 101100 111010

Color Harmonies of #B5C366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C366

Black with #B5C366

Text Example


Text Example

White with #B5C366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C366; }

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

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

background-color css

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

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

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

border-color css

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

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

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