#B2CA58

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

Shades of Wild Willow #B2CA58

Tints of Wild Willow #B2CA58

Color information

#B2CA58 (or 0xB2CA58) is unknown color: approx Wild Willow. HEX triplet: B2, CA and 58. RGB value is (178,202,88). Sum of RGB (Red+Green+Blue) = 178+202+88=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA58 is #4D35A7. Grayscale: #B6B6B6. Windows color (decimal): -5060008 or 5819058. OLE color: 5819058.

HSL color Cylindrical-coordinate representation of color #B2CA58: hue angle of 72.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2CA58 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB17820288-
CMYK0.1200.560.21
HSL72.63º51.82%56.86%-
HSV(B)72.63º56.44%79.22%-
XYZ41.2452.4117.18-
YUV181.8375.05125.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 88 (34.77% from 255) = 18.80%
R=38.03%
G=43.16%
B=18.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202880.1200.560.2172.6351.8256.86
HexB2CA58C03815493439
Octal26231213014070251116471
Binary1011001011001010101100011000111000101011001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA58; }

 p { color: rgb(178,202,88); }

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

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

 a { background-color: rgb(178,202,88); }

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

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

 span { border-color: rgb(178,202,88); }

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