Html Css Color HEX #96BA44 Atlantis

📋 copy color: '#96BA44'

red 150 ◦ green 186 ◦ blue 68

#96BA44
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #96BA44

Tints of Atlantis #96BA44

RGB

 RED value IS 150 (58.98% from 255) = 37.13%

 GREEN value IS 186 (73.05% from 255) = 46.04%

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 37.13%
G = 46.04%
B = 16.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#96BA44 (or 0x96BA44) is known color: Atlantis. HEX triplet: 96, BA and 44. RGB value is (150,186,68). Sum of RGB (Red+Green+Blue) = 150+186+68=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA44 is #6945BB. Grayscale: #A2A2A2. Windows color (decimal): -6899132 or 4504214. OLE color: 4504214.

HSL color Cylindrical-coordinate representation of color #96BA44: hue angle of 78.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96BA44 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 68 -
CMYK 0.19 0 0.63 0.27
HSL 78.31º 0.46% 0.5% -
HSV(B) 78.31º 0.63% 0.73% -
XYZ 31.18 42.02 11.94 -
YUV 161.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 150 186 68 0.19 0 0.63 0.27 78.31 0.46 0.5
Hex 96 BA 44 13 0 3F 1B 4E 2E 32
Octal 226 272 104 23 0 77 33 116 56 62
Binary 10010110 10111010 1000100 10011 0 111111 11011 1001110 101110 110010

Color Harmonies of #96BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA44

Black with #96BA44

Text Example


Text Example

White with #96BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BA44; }

 p { color: rgb(150,186,68); }

 H1.HeaderClassName
 {
   color: #96BA44;
 }
 .AnyTagClassName
 {
   color: #96BA44;
 }
</style>

background-color css

<style>
 a { background-color: #96BA44; }

 a { background-color: rgb(150,186,68); }

 div.DivClassName
 {
   background-color: #96BA44;
 }
 .BgClassName
 {
   background-color: #96BA44;
 }
</style>

border-color css

<style>
 span { border-color: #96BA44; }

 span { border-color: rgb(150,186,68); }

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