#92A964

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

Shades of Chelsea Cucumber #92A964

Tints of Chelsea Cucumber #92A964

Color information

#92A964 (or 0x92A964) is unknown color: approx Chelsea Cucumber. HEX triplet: 92, A9 and 64. RGB value is (146,169,100). Sum of RGB (Red+Green+Blue) = 146+169+100=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #92A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A964 is #6D569B. Grayscale: #9A9A9A. Windows color (decimal): -7165596 or 6597010. OLE color: 6597010.

HSL color Cylindrical-coordinate representation of color #92A964: hue angle of 80º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92A964 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB146169100-
CMYK0.1400.410.34
HSL80º28.63%52.75%-
HSV(B)80º40.83%66.27%-
XYZ28.3435.4117.4-
YUV154.2697.38122.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=35.18%
G=40.72%
B=24.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691000.1400.410.348028.6352.75
Hex92A964E02922501d35
Octal22225114416051421203565
Binary1001001010101001110010011100101001100010101000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A964; }

 p { color: rgb(146,169,100); }

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

<style>
 a { background-color: #92A964; }

 a { background-color: rgb(146,169,100); }

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

<style>
 span { border-color: #92A964; }

 span { border-color: rgb(146,169,100); }

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