#99BA52

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

Shades of Chelsea Cucumber #99BA52

Tints of Chelsea Cucumber #99BA52

Color information

#99BA52 (or 0x99BA52) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, BA and 52. RGB value is (153,186,82). Sum of RGB (Red+Green+Blue) = 153+186+82=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA52 is #6645AD. Grayscale: #A4A4A4. Windows color (decimal): -6702510 or 5421721. OLE color: 5421721.

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

Color convert

RGB15318682-
CMYK0.1800.560.27
HSL79.04º42.98%52.55%-
HSV(B)79.04º55.91%72.94%-
XYZ32.2242.514.49-
YUV164.2881.57119.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 82 (32.42% from 255) = 19.48%
R=36.34%
G=44.18%
B=19.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153186820.1800.560.2779.0442.9852.55
Hex99BA52120381B4f2b35
Octal23127212222070331175365
Binary10011001101110101010010100100111000110111001111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,186,82); }

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

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

 a { background-color: rgb(153,186,82); }

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

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

 span { border-color: rgb(153,186,82); }

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