Html Css Color HEX #96B945 Atlantis

📋 copy color: '#96B945'

red 150 ◦ green 185 ◦ blue 69

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

Shades of Atlantis #96B945

Tints of Atlantis #96B945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.79%

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

R = 37.13%
G = 45.79%
B = 17.08%

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

#96B945 (or 0x96B945) is known color: Atlantis. HEX triplet: 96, B9 and 45. RGB value is (150,185,69). Sum of RGB (Red+Green+Blue) = 150+185+69=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #96B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B945 is #6946BA. Grayscale: #A1A1A1. Windows color (decimal): -6899387 or 4569494. OLE color: 4569494.

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

Color convert

RGB 150 185 69 -
CMYK 0.19 0 0.63 0.27
HSL 78.1º 0.46% 0.5% -
HSV(B) 78.1º 0.63% 0.73% -
XYZ 31 41.61 12.03 -
YUV 161.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 150 185 69 0.19 0 0.63 0.27 78.1 0.46 0.5
Hex 96 B9 45 13 0 3F 1B 4E 2E 32
Octal 226 271 105 23 0 77 33 116 56 62
Binary 10010110 10111001 1000101 10011 0 111111 11011 1001110 101110 110010

Color Harmonies of #96B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B945

Black with #96B945

Text Example


Text Example

White with #96B945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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