#93BB44

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

Shades of Atlantis #93BB44

Tints of Atlantis #93BB44

Color information

#93BB44 (or 0x93BB44) is unknown color: approx Atlantis. HEX triplet: 93, BB and 44. RGB value is (147,187,68). Sum of RGB (Red+Green+Blue) = 147+187+68=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BB44 is #6C44BB. Grayscale: #A1A1A1. Windows color (decimal): -7095484 or 4504467. OLE color: 4504467.

HSL color Cylindrical-coordinate representation of color #93BB44: hue angle of 80.17º 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 #93BB44 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB14718768-
CMYK0.2100.640.27
HSL80.17º46.67%50%-
HSV(B)80.17º63.64%73.33%-
XYZ30.8542.1611.98-
YUV161.4775.25117.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 187 (73.44% from 255) = 46.52%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=36.57%
G=46.52%
B=16.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147187680.2100.640.2780.1746.6750
Hex93BB44150401B502f32
Octal223273104250100331205762
Binary100100111011101110001001010101000000110111010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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