Html Css Color HEX #96BC49 Atlantis

📋 copy color: '#96BC49'

red 150 ◦ green 188 ◦ blue 73

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

Shades of Atlantis #96BC49

Tints of Atlantis #96BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.74%

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

R = 36.5%
G = 45.74%
B = 17.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#96BC49 (or 0x96BC49) is known color: Atlantis. HEX triplet: 96, BC and 49. RGB value is (150,188,73). Sum of RGB (Red+Green+Blue) = 150+188+73=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC49 is #6943B6. Grayscale: #A3A3A3. Windows color (decimal): -6898615 or 4832406. OLE color: 4832406.

HSL color Cylindrical-coordinate representation of color #96BC49: hue angle of 79.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96BC49 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 73 -
CMYK 0.20 0 0.61 0.26
HSL 79.83º 0.46% 0.51% -
HSV(B) 79.83º 0.61% 0.74% -
XYZ 31.76 42.93 12.92 -
YUV 163.53 76.91 118.35 -
System Red Green Blue C M Y K H S L
Decimal 150 188 73 0.20 0 0.61 0.26 79.83 0.46 0.51
Hex 96 BC 49 14 0 3D 1A 50 2E 33
Octal 226 274 111 24 0 75 32 120 56 63
Binary 10010110 10111100 1001001 10100 0 111101 11010 1010000 101110 110011

Color Harmonies of #96BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC49

Black with #96BC49

Text Example


Text Example

White with #96BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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