#B2C45F

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

Shades of Wild Willow #B2C45F

Tints of Wild Willow #B2C45F

Color information

#B2C45F (or 0xB2C45F) is unknown color: approx Wild Willow. HEX triplet: B2, C4 and 5F. RGB value is (178,196,95). Sum of RGB (Red+Green+Blue) = 178+196+95=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C45F is #4D3BA0. Grayscale: #B3B3B3. Windows color (decimal): -5061537 or 6276274. OLE color: 6276274.

HSL color Cylindrical-coordinate representation of color #B2C45F: hue angle of 70.69º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2C45F is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB17819695-
CMYK0.0900.520.23
HSL70.69º46.12%57.06%-
HSV(B)70.69º51.53%76.86%-
XYZ40.1749.7718.32-
YUV179.180.54127.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=37.95%
G=41.79%
B=20.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178196950.0900.520.2370.6946.1257.06
HexB2C45F903417472e39
Octal26230413711064271075671
Binary1011001011000100101111110010110100101111000111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C45F; }

 p { color: rgb(178,196,95); }

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

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

 a { background-color: rgb(178,196,95); }

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

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

 span { border-color: rgb(178,196,95); }

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