#B2CC5B

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

Shades of Wild Willow #B2CC5B

Tints of Wild Willow #B2CC5B

Color information

#B2CC5B (or 0xB2CC5B) is unknown color: approx Wild Willow. HEX triplet: B2, CC and 5B. RGB value is (178,204,91). Sum of RGB (Red+Green+Blue) = 178+204+91=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC5B is #4D33A4. Grayscale: #B7B7B7. Windows color (decimal): -5059493 or 6016178. OLE color: 6016178.

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

Color convert

RGB17820491-
CMYK0.1300.550.2
HSL73.81º52.56%57.84%-
HSV(B)73.81º55.39%80%-
XYZ41.8453.4118-
YUV183.3475.89124.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=37.63%
G=43.13%
B=19.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178204910.1300.550.273.8152.5657.84
HexB2CC5BD037144a353a
Octal26231413315067241126572
Binary1011001011001100101101111010110111101001001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC5B; }

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

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

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

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

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

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

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

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