Html Css Color HEX #96BA49 Atlantis

📋 copy color: '#96BA49'

red 150 ◦ green 186 ◦ blue 73

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

Shades of Atlantis #96BA49

Tints of Atlantis #96BA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 36.67%
G = 45.48%
B = 17.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#96BA49 (or 0x96BA49) is known color: Atlantis. HEX triplet: 96, BA and 49. RGB value is (150,186,73). Sum of RGB (Red+Green+Blue) = 150+186+73=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA49 is #6945B6. Grayscale: #A2A2A2. Windows color (decimal): -6899127 or 4831894. OLE color: 4831894.

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

Color convert

RGB 150 186 73 -
CMYK 0.19 0 0.61 0.27
HSL 79.12º 0.45% 0.51% -
HSV(B) 79.12º 0.61% 0.73% -
XYZ 31.34 42.08 12.77 -
YUV 162.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 150 186 73 0.19 0 0.61 0.27 79.12 0.45 0.51
Hex 96 BA 49 13 0 3D 1B 4F 2D 33
Octal 226 272 111 23 0 75 33 117 55 63
Binary 10010110 10111010 1001001 10011 0 111101 11011 1001111 101101 110011

Color Harmonies of #96BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA49

Black with #96BA49

Text Example


Text Example

White with #96BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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