#92CA71

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

Shades of Olivine #92CA71

Tints of Olivine #92CA71

Color information

#92CA71 (or 0x92CA71) is unknown color: approx Olivine. HEX triplet: 92, CA and 71. RGB value is (146,202,113). Sum of RGB (Red+Green+Blue) = 146+202+113=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CA71 is #6D358E. Grayscale: #AFAFAF. Windows color (decimal): -7157135 or 7457426. OLE color: 7457426.

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

Color convert

RGB146202113-
CMYK0.2800.440.21
HSL97.75º45.64%61.76%-
HSV(B)97.75º44.06%79.22%-
XYZ35.9649.5423.29-
YUV175.1192.95107.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=31.67%
G=43.82%
B=24.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462021130.2800.440.2197.7545.6461.76
Hex92CA711C02C15622e3e
Octal22231216134054251425676
Binary10010010110010101110001111000101100101011100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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