#B9CB67

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

Shades of Wild Willow #B9CB67

Tints of Wild Willow #B9CB67

Color information

#B9CB67 (or 0xB9CB67) is unknown color: approx Wild Willow. HEX triplet: B9, CB and 67. RGB value is (185,203,103). Sum of RGB (Red+Green+Blue) = 185+203+103=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CB67 is #463498. Grayscale: #BABABA. Windows color (decimal): -4600985 or 6802361. OLE color: 6802361.

HSL color Cylindrical-coordinate representation of color #B9CB67: hue angle of 70.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9CB67 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB185203103-
CMYK0.0900.490.20
HSL70.8º49.02%60%-
HSV(B)70.8º49.26%79.61%-
XYZ43.8154.0120.95-
YUV186.2281.04127.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=37.68%
G=41.34%
B=20.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031030.0900.490.2070.849.0260
HexB9CB6790311447313c
Octal27131314711061241076174
Binary1011100111001011110011110010110001101001000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB67; }

 p { color: rgb(185,203,103); }

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

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

 a { background-color: rgb(185,203,103); }

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

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

 span { border-color: rgb(185,203,103); }

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