#92BD7D

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

Shades of Olivine #92BD7D

Tints of Olivine #92BD7D

Color information

#92BD7D (or 0x92BD7D) is unknown color: approx Olivine. HEX triplet: 92, BD and 7D. RGB value is (146,189,125). Sum of RGB (Red+Green+Blue) = 146+189+125=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD7D is #6D4282. Grayscale: #A9A9A9. Windows color (decimal): -7160451 or 8240530. OLE color: 8240530.

HSL color Cylindrical-coordinate representation of color #92BD7D: hue angle of 100.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92BD7D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB146189125-
CMYK0.2300.340.26
HSL100.31º32.65%61.57%-
HSV(B)100.31º33.86%74.12%-
XYZ33.7543.9926.11-
YUV168.85103.25111.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=31.74%
G=41.09%
B=27.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461891250.2300.340.26100.3132.6561.57
Hex92BD7D170221A64213e
Octal22227517527042321444176
Binary10010010101111011111101101110100010110101100100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,125); }

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

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

 a { background-color: rgb(146,189,125); }

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

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

 span { border-color: rgb(146,189,125); }

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