#92B940

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

Shades of Atlantis #92B940

Tints of Atlantis #92B940

Color information

#92B940 (or 0x92B940) is unknown color: approx Atlantis. HEX triplet: 92, B9 and 40. RGB value is (146,185,64). Sum of RGB (Red+Green+Blue) = 146+185+64=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #92B940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B940 is #6D46BF. Grayscale: #9F9F9F. Windows color (decimal): -7161536 or 4241810. OLE color: 4241810.

HSL color Cylindrical-coordinate representation of color #92B940: hue angle of 79.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92B940 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB14618564-
CMYK0.2100.650.27
HSL79.34º48.59%48.82%-
HSV(B)79.34º65.41%72.55%-
XYZ30.1341.1811.21-
YUV159.5474.08118.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 64 (25.39% from 255) = 16.20%
R=36.96%
G=46.84%
B=16.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146185640.2100.650.2779.3448.5948.82
Hex92B940150411B4f3131
Octal222271100250101331176161
Binary100100101011100110000001010101000001110111001111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,185,64); }

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

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

 a { background-color: rgb(146,185,64); }

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

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

 span { border-color: rgb(146,185,64); }

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