#99B450

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

Shades of Chelsea Cucumber #99B450

Tints of Chelsea Cucumber #99B450

Color information

#99B450 (or 0x99B450) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, B4 and 50. RGB value is (153,180,80). Sum of RGB (Red+Green+Blue) = 153+180+80=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #99B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B450 is #664BAF. Grayscale: #A0A0A0. Windows color (decimal): -6704048 or 5289113. OLE color: 5289113.

HSL color Cylindrical-coordinate representation of color #99B450: hue angle of 76.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99B450 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB15318080-
CMYK0.1500.560.29
HSL76.2º40%50.98%-
HSV(B)76.2º55.56%70.59%-
XYZ30.9139.9913.68-
YUV160.5382.55122.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 180 (70.70% from 255) = 43.58%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=37.05%
G=43.58%
B=19.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180800.1500.560.2976.24050.98
Hex99B450F0381D4c2833
Octal23126412017070351145063
Binary1001100110110100101000011110111000111011001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,80); }

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

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

 a { background-color: rgb(153,180,80); }

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

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

 span { border-color: rgb(153,180,80); }

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