#B5CB6E

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

Shades of Wild Willow #B5CB6E

Tints of Wild Willow #B5CB6E

Color information

#B5CB6E (or 0xB5CB6E) is unknown color: approx Wild Willow. HEX triplet: B5, CB and 6E. RGB value is (181,203,110). Sum of RGB (Red+Green+Blue) = 181+203+110=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB6E is #4A3491. Grayscale: #BABABA. Windows color (decimal): -4863122 or 7261109. OLE color: 7261109.

HSL color Cylindrical-coordinate representation of color #B5CB6E: hue angle of 74.19º 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 #B5CB6E is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB181203110-
CMYK0.1100.460.20
HSL74.19º47.21%61.37%-
HSV(B)74.19º45.81%79.61%-
XYZ43.2353.6622.83-
YUV185.8285.21124.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=36.64%
G=41.09%
B=22.27%

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
Decimal1812031100.1100.460.2074.1947.2161.37
HexB5CB6EB02E144a2f3d
Octal26531315613056241125775
Binary1011010111001011110111010110101110101001001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CB6E; }

 p { color: rgb(181,203,110); }

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

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

 a { background-color: rgb(181,203,110); }

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

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

 span { border-color: rgb(181,203,110); }

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