Html Css Color HEX #96BD47 Atlantis

📋 copy color: '#96BD47'

red 150 ◦ green 189 ◦ blue 71

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

Shades of Atlantis #96BD47

Tints of Atlantis #96BD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

 BLUE value IS 71 (28.13% from 255) = 17.32%

R = 36.59%
G = 46.1%
B = 17.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#96BD47 (or 0x96BD47) is known color: Atlantis. HEX triplet: 96, BD and 47. RGB value is (150,189,71). Sum of RGB (Red+Green+Blue) = 150+189+71=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD47 is #6942B8. Grayscale: #A4A4A4. Windows color (decimal): -6898361 or 4701590. OLE color: 4701590.

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

Color convert

RGB 150 189 71 -
CMYK 0.21 0 0.62 0.26
HSL 79.83º 0.47% 0.51% -
HSV(B) 79.83º 0.62% 0.74% -
XYZ 31.91 43.33 12.64 -
YUV 163.89 75.58 118.09 -
System Red Green Blue C M Y K H S L
Decimal 150 189 71 0.21 0 0.62 0.26 79.83 0.47 0.51
Hex 96 BD 47 15 0 3E 1A 50 2F 33
Octal 226 275 107 25 0 76 32 120 57 63
Binary 10010110 10111101 1000111 10101 0 111110 11010 1010000 101111 110011

Color Harmonies of #96BD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD47

Black with #96BD47

Text Example


Text Example

White with #96BD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,71); }

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

background-color css

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

 a { background-color: rgb(150,189,71); }

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

border-color css

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

 span { border-color: rgb(150,189,71); }

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