#99B64B

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

Shades of Chelsea Cucumber #99B64B

Tints of Chelsea Cucumber #99B64B

Color information

#99B64B (or 0x99B64B) is unknown color: approx Chelsea Cucumber. HEX triplet: 99, B6 and 4B. RGB value is (153,182,75). Sum of RGB (Red+Green+Blue) = 153+182+75=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #99B64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B64B is #6649B4. Grayscale: #A1A1A1. Windows color (decimal): -6703541 or 4961945. OLE color: 4961945.

HSL color Cylindrical-coordinate representation of color #99B64B: hue angle of 76.26º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99B64B is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB15318275-
CMYK0.1600.590.29
HSL76.26º42.29%50.39%-
HSV(B)76.26º58.79%71.37%-
XYZ31.1340.7412.88-
YUV161.1379.39122.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 182 (71.48% from 255) = 44.39%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=37.32%
G=44.39%
B=18.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153182750.1600.590.2976.2642.2950.39
Hex99B64B1003B1D4c2a32
Octal23126611320073351145262
Binary10011001101101101001011100000111011111011001100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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