#B9CA6C

Color #B9CA6C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B9CA6C

Tints of Wild Willow #B9CA6C

Color information

#B9CA6C (or 0xB9CA6C) is unknown color: approx Wild Willow. HEX triplet: B9, CA and 6C. RGB value is (185,202,108). Sum of RGB (Red+Green+Blue) = 185+202+108=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA6C is #463593. Grayscale: #BABABA. Windows color (decimal): -4601236 or 7129785. OLE color: 7129785.

HSL color Cylindrical-coordinate representation of color #B9CA6C: hue angle of 70.85º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9CA6C is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB185202108-
CMYK0.0800.470.21
HSL70.85º47%60.78%-
HSV(B)70.85º46.53%79.22%-
XYZ43.8353.6422.23-
YUV186.283.87127.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=37.37%
G=40.81%
B=21.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021080.0800.470.2170.854760.78
HexB9CA6C802F15472f3d
Octal27131215410057251075775
Binary1011100111001010110110010000101111101011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA6C; }

 p { color: rgb(185,202,108); }

 H1.HeaderClassName
 {
   color: #B9CA6C;
 }
 .AnyTagClassName
 {
   color: #B9CA6C;
 }
</style>
background-color css

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

 a { background-color: rgb(185,202,108); }

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

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

 span { border-color: rgb(185,202,108); }

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