Html Css Color HEX #B9C460 Wild Willow

📋 copy color: '#B9C460'

red 185 ◦ green 196 ◦ blue 96

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

Shades of Wild Willow #B9C460

Tints of Wild Willow #B9C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.09%

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

R = 38.78%
G = 41.09%
B = 20.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#B9C460 (or 0xB9C460) is known color: Wild Willow. HEX triplet: B9, C4 and 60. RGB value is (185,196,96). Sum of RGB (Red+Green+Blue) = 185+196+96=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C460 is #463B9F. Grayscale: #B5B5B5. Windows color (decimal): -4602784 or 6341817. OLE color: 6341817.

HSL color Cylindrical-coordinate representation of color #B9C460: hue angle of 66.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9C460 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 96 -
CMYK 0.06 0 0.51 0.23
HSL 66.6º 0.46% 0.57% -
HSV(B) 66.6º 0.51% 0.77% -
XYZ 41.86 50.64 18.63 -
YUV 181.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 185 196 96 0.06 0 0.51 0.23 66.6 0.46 0.57
Hex B9 C4 60 6 0 33 17 43 2E 39
Octal 271 304 140 6 0 63 27 103 56 71
Binary 10111001 11000100 1100000 110 0 110011 10111 1000011 101110 111001

Color Harmonies of #B9C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C460

Black with #B9C460

Text Example


Text Example

White with #B9C460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C460; }

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

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

background-color css

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

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

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

border-color css

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

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

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