Html Css Color HEX #B9C360 Wild Willow

📋 copy color: '#B9C360'

red 185 ◦ green 195 ◦ blue 96

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

Shades of Wild Willow #B9C360

Tints of Wild Willow #B9C360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 38.87%
G = 40.97%
B = 20.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#B9C360 (or 0xB9C360) is known color: Wild Willow. HEX triplet: B9, C3 and 60. RGB value is (185,195,96). Sum of RGB (Red+Green+Blue) = 185+195+96=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C360 is #463C9F. Grayscale: #B5B5B5. Windows color (decimal): -4603040 or 6341561. OLE color: 6341561.

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

Color convert

RGB 185 195 96 -
CMYK 0.05 0 0.51 0.24
HSL 66.06º 0.45% 0.57% -
HSV(B) 66.06º 0.51% 0.76% -
XYZ 41.63 50.19 18.56 -
YUV 180.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 185 195 96 0.05 0 0.51 0.24 66.06 0.45 0.57
Hex B9 C3 60 5 0 33 18 42 2D 39
Octal 271 303 140 5 0 63 30 102 55 71
Binary 10111001 11000011 1100000 101 0 110011 11000 1000010 101101 111001

Color Harmonies of #B9C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C360

Black with #B9C360

Text Example


Text Example

White with #B9C360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C360; }

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

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

background-color css

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

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

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

border-color css

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

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

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