#92C062

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

Shades of Olivine #92C062

Tints of Olivine #92C062

Color information

#92C062 (or 0x92C062) is unknown color: approx Olivine. HEX triplet: 92, C0 and 62. RGB value is (146,192,98). Sum of RGB (Red+Green+Blue) = 146+192+98=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #92C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C062 is #6D3F9D. Grayscale: #A7A7A7. Windows color (decimal): -7159710 or 6471826. OLE color: 6471826.

HSL color Cylindrical-coordinate representation of color #92C062: hue angle of 89.36º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92C062 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB14619298-
CMYK0.2400.490.25
HSL89.36º42.73%56.86%-
HSV(B)89.36º48.96%75.29%-
XYZ32.9144.6918.45-
YUV167.5388.76112.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=33.49%
G=44.04%
B=22.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146192980.2400.490.2589.3642.7356.86
Hex92C0621803119592b39
Octal22230014230061311315371
Binary10010010110000001100010110000110001110011011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,192,98); }

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

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

 a { background-color: rgb(146,192,98); }

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

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

 span { border-color: rgb(146,192,98); }

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