#92B872

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

Shades of Olivine #92B872

Tints of Olivine #92B872

Color information

#92B872 (or 0x92B872) is unknown color: approx Olivine. HEX triplet: 92, B8 and 72. RGB value is (146,184,114). Sum of RGB (Red+Green+Blue) = 146+184+114=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #92B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B872 is #6D478D. Grayscale: #A4A4A4. Windows color (decimal): -7161742 or 7518354. OLE color: 7518354.

HSL color Cylindrical-coordinate representation of color #92B872: hue angle of 92.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B872 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB146184114-
CMYK0.2100.380.28
HSL92.57º33.02%58.43%-
HSV(B)92.57º38.04%72.16%-
XYZ32.0341.6122.26-
YUV164.6699.41114.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.88%
GREEN value IS 184 (72.27% from 255) = 41.44%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=32.88%
G=41.44%
B=25.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461841140.2100.380.2892.5733.0258.43
Hex92B872150261C5d213a
Octal22227016225046341354172
Binary10010010101110001110010101010100110111001011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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