#92BB44

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

Shades of Atlantis #92BB44

Tints of Atlantis #92BB44

Color information

#92BB44 (or 0x92BB44) is unknown color: approx Atlantis. HEX triplet: 92, BB and 44. RGB value is (146,187,68). Sum of RGB (Red+Green+Blue) = 146+187+68=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BB44 is #6D44BB. Grayscale: #A1A1A1. Windows color (decimal): -7161020 or 4504466. OLE color: 4504466.

HSL color Cylindrical-coordinate representation of color #92BB44: hue angle of 80.67º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92BB44 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB14618768-
CMYK0.2200.640.27
HSL80.67º46.67%50%-
HSV(B)80.67º63.64%73.33%-
XYZ30.6742.0711.97-
YUV161.1875.42117.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=36.41%
G=46.63%
B=16.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146187680.2200.640.2780.6746.6750
Hex92BB44160401B512f32
Octal222273104260100331215762
Binary100100101011101110001001011001000000110111010001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,68); }

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

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

 a { background-color: rgb(146,187,68); }

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

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

 span { border-color: rgb(146,187,68); }

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