#92CA6D

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

Shades of Olivine #92CA6D

Tints of Olivine #92CA6D

Color information

#92CA6D (or 0x92CA6D) is unknown color: approx Olivine. HEX triplet: 92, CA and 6D. RGB value is (146,202,109). Sum of RGB (Red+Green+Blue) = 146+202+109=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA6D is #6D3592. Grayscale: #AEAEAE. Windows color (decimal): -7157139 or 7195282. OLE color: 7195282.

HSL color Cylindrical-coordinate representation of color #92CA6D: hue angle of 96.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92CA6D is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB146202109-
CMYK0.2800.460.21
HSL96.13º46.73%60.98%-
HSV(B)96.13º46.04%79.22%-
XYZ35.7349.4622.13-
YUV174.6590.95107.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 109 (42.97% from 255) = 23.85%
R=31.95%
G=44.20%
B=23.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462021090.2800.460.2196.1346.7360.98
Hex92CA6D1C02E15602f3d
Octal22231215534056251405775
Binary10010010110010101101101111000101110101011100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,202,109); }

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

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

 a { background-color: rgb(146,202,109); }

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

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

 span { border-color: rgb(146,202,109); }

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