#B4CB6D

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

Shades of Wild Willow #B4CB6D

Tints of Wild Willow #B4CB6D

Color information

#B4CB6D (or 0xB4CB6D) is unknown color: approx Wild Willow. HEX triplet: B4, CB and 6D. RGB value is (180,203,109). Sum of RGB (Red+Green+Blue) = 180+203+109=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB6D is #4B3492. Grayscale: #B9B9B9. Windows color (decimal): -4928659 or 7195572. OLE color: 7195572.

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

Color convert

RGB180203109-
CMYK0.1100.460.20
HSL74.68º47.47%61.18%-
HSV(B)74.68º46.31%79.61%-
XYZ42.9453.5222.54-
YUV185.4184.88124.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=36.59%
G=41.26%
B=22.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031090.1100.460.2074.6847.4761.18
HexB4CB6DB02E144b2f3d
Octal26431315513056241135775
Binary1011010011001011110110110110101110101001001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB6D; }

 p { color: rgb(180,203,109); }

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

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

 a { background-color: rgb(180,203,109); }

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

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

 span { border-color: rgb(180,203,109); }

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