#99BB55

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

Shades of Chelsea Cucumber #99BB55

Tints of Chelsea Cucumber #99BB55

Color information

#99BB55 (or 0x99BB55) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, BB and 55. RGB value is (153,187,85). Sum of RGB (Red+Green+Blue) = 153+187+85=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB55 is #6644AA. Grayscale: #A5A5A5. Windows color (decimal): -6702251 or 5618585. OLE color: 5618585.

HSL color Cylindrical-coordinate representation of color #99BB55: hue angle of 80º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99BB55 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB15318785-
CMYK0.1800.550.27
HSL80º42.86%53.33%-
HSV(B)80º54.55%73.33%-
XYZ32.5542.9715.17-
YUV165.2182.74119.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 85 (33.59% from 255) = 20%
R=36%
G=44%
B=20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153187850.1800.550.278042.8653.33
Hex99BB55120371B502b35
Octal23127312522067331205365
Binary10011001101110111010101100100110111110111010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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