#99B34B

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

Shades of Chelsea Cucumber #99B34B

Tints of Chelsea Cucumber #99B34B

Color information

#99B34B (or 0x99B34B) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, B3 and 4B. RGB value is (153,179,75). Sum of RGB (Red+Green+Blue) = 153+179+75=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #99B34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B34B is #664CB4. Grayscale: #9F9F9F. Windows color (decimal): -6704309 or 4961177. OLE color: 4961177.

HSL color Cylindrical-coordinate representation of color #99B34B: hue angle of 75º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99B34B is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB15317975-
CMYK0.1500.580.30
HSL75º40.94%49.8%-
HSV(B)75º58.1%70.2%-
XYZ30.5339.5212.68-
YUV159.3780.39123.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=37.59%
G=43.98%
B=18.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153179750.1500.580.307540.9449.8
Hex99B34BF03A1E4b2932
Octal23126311317072361135162
Binary1001100110110011100101111110111010111101001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,179,75); }

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

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

 a { background-color: rgb(153,179,75); }

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

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

 span { border-color: rgb(153,179,75); }

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