#99BC55

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

Shades of Chelsea Cucumber #99BC55

Tints of Chelsea Cucumber #99BC55

Color information

#99BC55 (or 0x99BC55) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, BC and 55. RGB value is (153,188,85). Sum of RGB (Red+Green+Blue) = 153+188+85=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC55 is #6643AA. Grayscale: #A6A6A6. Windows color (decimal): -6701995 or 5618841. OLE color: 5618841.

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

Color convert

RGB15318885-
CMYK0.1900.550.26
HSL80.39º43.46%53.53%-
HSV(B)80.39º54.79%73.73%-
XYZ32.7643.3915.24-
YUV165.7982.4118.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=35.92%
G=44.13%
B=19.95%

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
Decimal153188850.1900.550.2680.3943.4653.53
Hex99BC55130371A502b36
Octal23127412523067321205366
Binary10011001101111001010101100110110111110101010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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