#92BD7B

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

Shades of Olivine #92BD7B

Tints of Olivine #92BD7B

Color information

#92BD7B (or 0x92BD7B) is unknown color: approx Olivine. HEX triplet: 92, BD and 7B. RGB value is (146,189,123). Sum of RGB (Red+Green+Blue) = 146+189+123=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD7B is #6D4284. Grayscale: #A8A8A8. Windows color (decimal): -7160453 or 8109458. OLE color: 8109458.

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

Color convert

RGB146189123-
CMYK0.2300.350.26
HSL99.09º33.33%61.18%-
HSV(B)99.09º34.92%74.12%-
XYZ33.6343.9425.45-
YUV168.62102.25111.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=31.88%
G=41.27%
B=26.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461891230.2300.350.2699.0933.3361.18
Hex92BD7B170231A63213d
Octal22227517327043321434175
Binary10010010101111011111011101110100011110101100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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