#92BF69

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

Shades of Olivine #92BF69

Tints of Olivine #92BF69

Color information

#92BF69 (or 0x92BF69) is unknown color: approx Olivine. HEX triplet: 92, BF and 69. RGB value is (146,191,105). Sum of RGB (Red+Green+Blue) = 146+191+105=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF69 is #6D4096. Grayscale: #A8A8A8. Windows color (decimal): -7159959 or 6930322. OLE color: 6930322.

HSL color Cylindrical-coordinate representation of color #92BF69: hue angle of 91.4º 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 #92BF69 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB146191105-
CMYK0.2400.450.25
HSL91.4º40.19%58.04%-
HSV(B)91.4º45.03%74.9%-
XYZ33.0344.3920.19-
YUV167.7492.59112.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=33.03%
G=43.21%
B=23.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461911050.2400.450.2591.440.1958.04
Hex92BF691802D195b283a
Octal22227715130055311335072
Binary10010010101111111101001110000101101110011011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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