#99BC54

Color #99BC54 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #99BC54

Tints of Chelsea Cucumber #99BC54

Color information

#99BC54 (or 0x99BC54) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, BC and 54. RGB value is (153,188,84). Sum of RGB (Red+Green+Blue) = 153+188+84=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC54 is #6643AB. Grayscale: #A6A6A6. Windows color (decimal): -6701996 or 5553305. OLE color: 5553305.

HSL color Cylindrical-coordinate representation of color #99BC54: hue angle of 80.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99BC54 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB15318884-
CMYK0.1900.550.26
HSL80.19º43.7%53.33%-
HSV(B)80.19º55.32%73.73%-
XYZ32.7243.3815.04-
YUV165.6881.9118.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=36%
G=44.24%
B=19.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153188840.1900.550.2680.1943.753.33
Hex99BC54130371A502c35
Octal23127412423067321205465
Binary10011001101111001010100100110110111110101010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BC54; }

 p { color: rgb(153,188,84); }

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

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

 a { background-color: rgb(153,188,84); }

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

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

 span { border-color: rgb(153,188,84); }

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