Html Css Color HEX #B5C36C Wild Willow

📋 copy color: '#B5C36C'

red 181 ◦ green 195 ◦ blue 108

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

Shades of Wild Willow #B5C36C

Tints of Wild Willow #B5C36C

RGB

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

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

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

R = 37.4%
G = 40.29%
B = 22.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#B5C36C (or 0xB5C36C) is known color: Wild Willow. HEX triplet: B5, C3 and 6C. RGB value is (181,195,108). Sum of RGB (Red+Green+Blue) = 181+195+108=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C36C is #4A3C93. Grayscale: #B5B5B5. Windows color (decimal): -4865172 or 7127989. OLE color: 7127989.

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

Color convert

RGB 181 195 108 -
CMYK 0.07 0 0.45 0.24
HSL 69.66º 0.42% 0.59% -
HSV(B) 69.66º 0.45% 0.76% -
XYZ 41.28 49.94 21.65 -
YUV 180.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 181 195 108 0.07 0 0.45 0.24 69.66 0.42 0.59
Hex B5 C3 6C 7 0 2D 18 46 2A 3B
Octal 265 303 154 7 0 55 30 106 52 73
Binary 10110101 11000011 1101100 111 0 101101 11000 1000110 101010 111011

Color Harmonies of #B5C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C36C

Black with #B5C36C

Text Example


Text Example

White with #B5C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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