#92C572

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

Shades of Olivine #92C572

Tints of Olivine #92C572

Color information

#92C572 (or 0x92C572) is unknown color: approx Olivine. HEX triplet: 92, C5 and 72. RGB value is (146,197,114). Sum of RGB (Red+Green+Blue) = 146+197+114=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #92C572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C572 is #6D3A8D. Grayscale: #ACACAC. Windows color (decimal): -7158414 or 7521682. OLE color: 7521682.

HSL color Cylindrical-coordinate representation of color #92C572: hue angle of 96.87º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92C572 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB146197114-
CMYK0.2600.420.23
HSL96.87º41.71%60.98%-
HSV(B)96.87º42.13%77.25%-
XYZ34.8647.2623.2-
YUV172.2995.1109.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=31.95%
G=43.11%
B=24.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461971140.2600.420.2396.8741.7160.98
Hex92C5721A02A17612a3d
Octal22230516232052271415275
Binary10010010110001011110010110100101010101111100001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,197,114); }

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

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

 a { background-color: rgb(146,197,114); }

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

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

 span { border-color: rgb(146,197,114); }

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