#B5CF69

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

Shades of Wild Willow #B5CF69

Tints of Wild Willow #B5CF69

Color information

#B5CF69 (or 0xB5CF69) is unknown color: approx Wild Willow. HEX triplet: B5, CF and 69. RGB value is (181,207,105). Sum of RGB (Red+Green+Blue) = 181+207+105=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF69 is #4A3096. Grayscale: #BBBBBB. Windows color (decimal): -4862103 or 6934453. OLE color: 6934453.

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

Color convert

RGB181207105-
CMYK0.1300.490.19
HSL75.29º51.52%61.18%-
HSV(B)75.29º49.28%81.18%-
XYZ43.9255.4721.76-
YUV187.681.39123.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 207 (81.25% from 255) = 41.99%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=36.71%
G=41.99%
B=21.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812071050.1300.490.1975.2951.5261.18
HexB5CF69D031134b343d
Octal26531715115061231136475
Binary1011010111001111110100111010110001100111001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CF69; }

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

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

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

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

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

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

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

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