#92BF67

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

Shades of Olivine #92BF67

Tints of Olivine #92BF67

Color information

#92BF67 (or 0x92BF67) is unknown color: approx Olivine. HEX triplet: 92, BF and 67. RGB value is (146,191,103). Sum of RGB (Red+Green+Blue) = 146+191+103=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF67 is #6D4098. Grayscale: #A7A7A7. Windows color (decimal): -7159961 or 6799250. OLE color: 6799250.

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

Color convert

RGB146191103-
CMYK0.2400.460.25
HSL90.68º40.74%57.65%-
HSV(B)90.68º46.07%74.9%-
XYZ32.9344.3519.66-
YUV167.5191.59112.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=33.18%
G=43.41%
B=23.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461911030.2400.460.2590.6840.7457.65
Hex92BF671802E195b293a
Octal22227714730056311335172
Binary10010010101111111100111110000101110110011011011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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