#B2CF5D

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

Shades of Wild Willow #B2CF5D

Tints of Wild Willow #B2CF5D

Color information

#B2CF5D (or 0xB2CF5D) is unknown color: approx Wild Willow. HEX triplet: B2, CF and 5D. RGB value is (178,207,93). Sum of RGB (Red+Green+Blue) = 178+207+93=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF5D is #4D30A2. Grayscale: #B9B9B9. Windows color (decimal): -5058723 or 6148018. OLE color: 6148018.

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

Color convert

RGB17820793-
CMYK0.1400.550.19
HSL75.26º54.29%58.82%-
HSV(B)75.26º55.07%81.18%-
XYZ42.6554.8818.7-
YUV185.3375.89122.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 207 (81.25% from 255) = 43.31%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=37.24%
G=43.31%
B=19.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178207930.1400.550.1975.2654.2958.82
HexB2CF5DE037134b363b
Octal26231713516067231136673
Binary1011001011001111101110111100110111100111001011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CF5D; }

 p { color: rgb(178,207,93); }

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

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

 a { background-color: rgb(178,207,93); }

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

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

 span { border-color: rgb(178,207,93); }

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