Html Css Color HEX #96BA48 Atlantis

📋 copy color: '#96BA48'

red 150 ◦ green 186 ◦ blue 72

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

Shades of Atlantis #96BA48

Tints of Atlantis #96BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 36.76%
G = 45.59%
B = 17.65%

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

#96BA48 (or 0x96BA48) is known color: Atlantis. HEX triplet: 96, BA and 48. RGB value is (150,186,72). Sum of RGB (Red+Green+Blue) = 150+186+72=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA48 is #6945B7. Grayscale: #A2A2A2. Windows color (decimal): -6899128 or 4766358. OLE color: 4766358.

HSL color Cylindrical-coordinate representation of color #96BA48: hue angle of 78.95º 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 #96BA48 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 72 -
CMYK 0.19 0 0.61 0.27
HSL 78.95º 0.45% 0.51% -
HSV(B) 78.95º 0.61% 0.73% -
XYZ 31.31 42.07 12.6 -
YUV 162.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 150 186 72 0.19 0 0.61 0.27 78.95 0.45 0.51
Hex 96 BA 48 13 0 3D 1B 4F 2D 33
Octal 226 272 110 23 0 75 33 117 55 63
Binary 10010110 10111010 1001000 10011 0 111101 11011 1001111 101101 110011

Color Harmonies of #96BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA48

Black with #96BA48

Text Example


Text Example

White with #96BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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