#92BE71

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

Shades of Olivine #92BE71

Tints of Olivine #92BE71

Color information

#92BE71 (or 0x92BE71) is unknown color: approx Olivine. HEX triplet: 92, BE and 71. RGB value is (146,190,113). Sum of RGB (Red+Green+Blue) = 146+190+113=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BE71 is #6D418E. Grayscale: #A8A8A8. Windows color (decimal): -7160207 or 7454354. OLE color: 7454354.

HSL color Cylindrical-coordinate representation of color #92BE71: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92BE71 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB146190113-
CMYK0.2300.410.25
HSL94.29º37.2%59.41%-
HSV(B)94.29º40.53%74.51%-
XYZ33.2544.1322.39-
YUV168.0796.92112.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=32.52%
G=42.32%
B=25.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461901130.2300.410.2594.2937.259.41
Hex92BE7117029195e253b
Octal22227616127051311364573
Binary10010010101111101110001101110101001110011011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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