#92BE68

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

Shades of Olivine #92BE68

Tints of Olivine #92BE68

Color information

#92BE68 (or 0x92BE68) is unknown color: approx Olivine. HEX triplet: 92, BE and 68. RGB value is (146,190,104). Sum of RGB (Red+Green+Blue) = 146+190+104=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BE68 is #6D4197. Grayscale: #A7A7A7. Windows color (decimal): -7160216 or 6864530. OLE color: 6864530.

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

Color convert

RGB146190104-
CMYK0.2300.450.25
HSL90.7º39.81%57.65%-
HSV(B)90.7º45.26%74.51%-
XYZ32.7743.9419.85-
YUV167.0492.42112.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=33.18%
G=43.18%
B=23.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461901040.2300.450.2590.739.8157.65
Hex92BE681702D195b283a
Octal22227615027055311335072
Binary10010010101111101101000101110101101110011011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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