Html Css Color HEX #B5C36A Wild Willow

📋 copy color: '#B5C36A'

red 181 ◦ green 195 ◦ blue 106

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

Shades of Wild Willow #B5C36A

Tints of Wild Willow #B5C36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 37.55%
G = 40.46%
B = 21.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#B5C36A (or 0xB5C36A) is known color: Wild Willow. HEX triplet: B5, C3 and 6A. RGB value is (181,195,106). Sum of RGB (Red+Green+Blue) = 181+195+106=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C36A is #4A3C95. Grayscale: #B5B5B5. Windows color (decimal): -4865174 or 6996917. OLE color: 6996917.

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

Color convert

RGB 181 195 106 -
CMYK 0.07 0 0.46 0.24
HSL 69.44º 0.43% 0.59% -
HSV(B) 69.44º 0.46% 0.76% -
XYZ 41.17 49.89 21.1 -
YUV 180.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 181 195 106 0.07 0 0.46 0.24 69.44 0.43 0.59
Hex B5 C3 6A 7 0 2E 18 45 2B 3B
Octal 265 303 152 7 0 56 30 105 53 73
Binary 10110101 11000011 1101010 111 0 101110 11000 1000101 101011 111011

Color Harmonies of #B5C36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C36A

Black with #B5C36A

Text Example


Text Example

White with #B5C36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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