#92C05D

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

Shades of Olivine #92C05D

Tints of Olivine #92C05D

Color information

#92C05D (or 0x92C05D) is unknown color: approx Olivine. HEX triplet: 92, C0 and 5D. RGB value is (146,192,93). Sum of RGB (Red+Green+Blue) = 146+192+93=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #92C05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C05D is #6D3FA2. Grayscale: #A7A7A7. Windows color (decimal): -7159715 or 6144146. OLE color: 6144146.

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

Color convert

RGB14619293-
CMYK0.2400.520.25
HSL87.88º44%55.88%-
HSV(B)87.88º51.56%75.29%-
XYZ32.6844.617.24-
YUV166.9686.26113.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=33.87%
G=44.55%
B=21.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146192930.2400.520.2587.884455.88
Hex92C05D1803419582c38
Octal22230013530064311305470
Binary10010010110000001011101110000110100110011011000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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