#92C064

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

Shades of Olivine #92C064

Tints of Olivine #92C064

Color information

#92C064 (or 0x92C064) is unknown color: approx Olivine. HEX triplet: 92, C0 and 64. RGB value is (146,192,100). Sum of RGB (Red+Green+Blue) = 146+192+100=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #92C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C064 is #6D3F9B. Grayscale: #A8A8A8. Windows color (decimal): -7159708 or 6602898. OLE color: 6602898.

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

Color convert

RGB146192100-
CMYK0.2400.480.25
HSL90º42.2%57.25%-
HSV(B)90º47.92%75.29%-
XYZ3344.7318.95-
YUV167.7689.76112.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=33.33%
G=43.84%
B=22.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921000.2400.480.259042.257.25
Hex92C06418030195a2a39
Octal22230014430060311325271
Binary10010010110000001100100110000110000110011011010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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