#B9CA6D

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

Shades of Wild Willow #B9CA6D

Tints of Wild Willow #B9CA6D

Color information

#B9CA6D (or 0xB9CA6D) is unknown color: approx Wild Willow. HEX triplet: B9, CA and 6D. RGB value is (185,202,109). Sum of RGB (Red+Green+Blue) = 185+202+109=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA6D is #463592. Grayscale: #BABABA. Windows color (decimal): -4601235 or 7195321. OLE color: 7195321.

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

Color convert

RGB185202109-
CMYK0.0800.460.21
HSL70.97º46.73%60.98%-
HSV(B)70.97º46.04%79.22%-
XYZ43.8953.6622.51-
YUV186.3284.37127.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=37.30%
G=40.73%
B=21.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021090.0800.460.2170.9746.7360.98
HexB9CA6D802E15472f3d
Octal27131215510056251075775
Binary1011100111001010110110110000101110101011000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA6D; }

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

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

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

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

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

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

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

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