#92BD69

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

Shades of Olivine #92BD69

Tints of Olivine #92BD69

Color information

#92BD69 (or 0x92BD69) is unknown color: approx Olivine. HEX triplet: 92, BD and 69. RGB value is (146,189,105). Sum of RGB (Red+Green+Blue) = 146+189+105=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD69 is #6D4296. Grayscale: #A6A6A6. Windows color (decimal): -7160471 or 6929810. OLE color: 6929810.

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

Color convert

RGB146189105-
CMYK0.2300.440.26
HSL90.71º38.89%57.65%-
HSV(B)90.71º44.44%74.12%-
XYZ32.643.5320.05-
YUV166.5793.25113.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=33.18%
G=42.95%
B=23.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461891050.2300.440.2690.7138.8957.65
Hex92BD691702C1A5b273a
Octal22227515127054321334772
Binary10010010101111011101001101110101100110101011011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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