#B2CC5A

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

Shades of Wild Willow #B2CC5A

Tints of Wild Willow #B2CC5A

Color information

#B2CC5A (or 0xB2CC5A) is unknown color: approx Wild Willow. HEX triplet: B2, CC and 5A. RGB value is (178,204,90). Sum of RGB (Red+Green+Blue) = 178+204+90=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC5A is #4D33A5. Grayscale: #B7B7B7. Windows color (decimal): -5059494 or 5950642. OLE color: 5950642.

HSL color Cylindrical-coordinate representation of color #B2CC5A: hue angle of 73.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2CC5A is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB17820490-
CMYK0.1300.560.2
HSL73.68º52.78%57.65%-
HSV(B)73.68º55.88%80%-
XYZ41.853.3917.77-
YUV183.2375.39124.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 90 (35.55% from 255) = 19.07%
R=37.71%
G=43.22%
B=19.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204900.1300.560.273.6852.7857.65
HexB2CC5AD038144a353a
Octal26231413215070241126572
Binary1011001011001100101101011010111000101001001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC5A; }

 p { color: rgb(178,204,90); }

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

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

 a { background-color: rgb(178,204,90); }

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

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

 span { border-color: rgb(178,204,90); }

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