Html Css Color HEX #B9C36A Wild Willow

📋 copy color: '#B9C36A'

red 185 ◦ green 195 ◦ blue 106

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

Shades of Wild Willow #B9C36A

Tints of Wild Willow #B9C36A

RGB

 RED value IS 185 (72.66% from 255) = 38.07%

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

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

R = 38.07%
G = 40.12%
B = 21.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#B9C36A (or 0xB9C36A) is known color: Wild Willow. HEX triplet: B9, C3 and 6A. RGB value is (185,195,106). Sum of RGB (Red+Green+Blue) = 185+195+106=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C36A is #463C95. Grayscale: #B6B6B6. Windows color (decimal): -4603030 or 6996921. OLE color: 6996921.

HSL color Cylindrical-coordinate representation of color #B9C36A: hue angle of 66.74º 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 #B9C36A is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 106 -
CMYK 0.05 0 0.46 0.24
HSL 66.74º 0.43% 0.59% -
HSV(B) 66.74º 0.46% 0.76% -
XYZ 42.12 50.39 21.14 -
YUV 181.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 185 195 106 0.05 0 0.46 0.24 66.74 0.43 0.59
Hex B9 C3 6A 5 0 2E 18 43 2B 3B
Octal 271 303 152 5 0 56 30 103 53 73
Binary 10111001 11000011 1101010 101 0 101110 11000 1000011 101011 111011

Color Harmonies of #B9C36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C36A

Black with #B9C36A

Text Example


Text Example

White with #B9C36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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