#B5CB5E

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

Shades of Wild Willow #B5CB5E

Tints of Wild Willow #B5CB5E

Color information

#B5CB5E (or 0xB5CB5E) is unknown color: approx Wild Willow. HEX triplet: B5, CB and 5E. RGB value is (181,203,94). Sum of RGB (Red+Green+Blue) = 181+203+94=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB5E is #4A34A1. Grayscale: #B8B8B8. Windows color (decimal): -4863138 or 6212533. OLE color: 6212533.

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

Color convert

RGB18120394-
CMYK0.1100.540.20
HSL72.11º51.17%58.24%-
HSV(B)72.11º53.69%79.61%-
XYZ42.4353.3418.65-
YUV18477.21125.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 94 (37.11% from 255) = 19.67%
R=37.87%
G=42.47%
B=19.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181203940.1100.540.2072.1151.1758.24
HexB5CB5EB0361448333a
Octal26531313613066241106372
Binary1011010111001011101111010110110110101001001000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CB5E; }

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

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

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

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

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

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

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

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