Html Css Color HEX #96BA45 Atlantis

📋 copy color: '#96BA45'

red 150 ◦ green 186 ◦ blue 69

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

Shades of Atlantis #96BA45

Tints of Atlantis #96BA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 37.04%
G = 45.93%
B = 17.04%

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

#96BA45 (or 0x96BA45) is known color: Atlantis. HEX triplet: 96, BA and 45. RGB value is (150,186,69). Sum of RGB (Red+Green+Blue) = 150+186+69=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA45 is #6945BA. Grayscale: #A2A2A2. Windows color (decimal): -6899131 or 4569750. OLE color: 4569750.

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

Color convert

RGB 150 186 69 -
CMYK 0.19 0 0.63 0.27
HSL 78.46º 0.46% 0.5% -
HSV(B) 78.46º 0.63% 0.73% -
XYZ 31.21 42.03 12.1 -
YUV 161.9 75.57 119.51 -
System Red Green Blue C M Y K H S L
Decimal 150 186 69 0.19 0 0.63 0.27 78.46 0.46 0.5
Hex 96 BA 45 13 0 3F 1B 4E 2E 32
Octal 226 272 105 23 0 77 33 116 56 62
Binary 10010110 10111010 1000101 10011 0 111111 11011 1001110 101110 110010

Color Harmonies of #96BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA45

Black with #96BA45

Text Example


Text Example

White with #96BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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