#92BF65

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

Shades of Olivine #92BF65

Tints of Olivine #92BF65

Color information

#92BF65 (or 0x92BF65) is unknown color: approx Olivine. HEX triplet: 92, BF and 65. RGB value is (146,191,101). Sum of RGB (Red+Green+Blue) = 146+191+101=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BF65 is #6D409A. Grayscale: #A7A7A7. Windows color (decimal): -7159963 or 6668178. OLE color: 6668178.

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

Color convert

RGB146191101-
CMYK0.2400.470.25
HSL90º41.28%57.25%-
HSV(B)90º47.12%74.9%-
XYZ32.8344.3119.13-
YUV167.2890.59112.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=33.33%
G=43.61%
B=23.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461911010.2400.470.259041.2857.25
Hex92BF651802F195a2939
Octal22227714530057311325171
Binary10010010101111111100101110000101111110011011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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