#99C055

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

Shades of Chelsea Cucumber #99C055

Tints of Chelsea Cucumber #99C055

Color information

#99C055 (or 0x99C055) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, C0 and 55. RGB value is (153,192,85). Sum of RGB (Red+Green+Blue) = 153+192+85=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #99C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C055 is #663FAA. Grayscale: #A8A8A8. Windows color (decimal): -6700971 or 5619865. OLE color: 5619865.

HSL color Cylindrical-coordinate representation of color #99C055: hue angle of 81.87º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99C055 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB15319285-
CMYK0.2000.560.25
HSL81.87º45.92%54.31%-
HSV(B)81.87º55.73%75.29%-
XYZ33.6345.1315.53-
YUV168.1481.08117.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=35.58%
G=44.65%
B=19.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153192850.2000.560.2581.8745.9254.31
Hex99C0551403819522e36
Octal23130012524070311225666
Binary10011001110000001010101101000111000110011010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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