#B5CF5F

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

Shades of Wild Willow #B5CF5F

Tints of Wild Willow #B5CF5F

Color information

#B5CF5F (or 0xB5CF5F) is unknown color: approx Wild Willow. HEX triplet: B5, CF and 5F. RGB value is (181,207,95). Sum of RGB (Red+Green+Blue) = 181+207+95=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF5F is #4A30A0. Grayscale: #BABABA. Windows color (decimal): -4862113 or 6279093. OLE color: 6279093.

HSL color Cylindrical-coordinate representation of color #B5CF5F: hue angle of 73.93º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5CF5F is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB18120795-
CMYK0.1300.540.19
HSL73.93º53.85%59.22%-
HSV(B)73.93º54.11%81.18%-
XYZ43.4355.2819.21-
YUV186.4676.39124.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=37.47%
G=42.86%
B=19.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181207950.1300.540.1973.9353.8559.22
HexB5CF5FD036134a363b
Octal26531713715066231126673
Binary1011010111001111101111111010110110100111001010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CF5F; }

 p { color: rgb(181,207,95); }

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

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

 a { background-color: rgb(181,207,95); }

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

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

 span { border-color: rgb(181,207,95); }

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