Html Css Color HEX #96BD48 Atlantis

📋 copy color: '#96BD48'

red 150 ◦ green 189 ◦ blue 72

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

Shades of Atlantis #96BD48

Tints of Atlantis #96BD48

RGB

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

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

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

R = 36.5%
G = 45.99%
B = 17.52%

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

#96BD48 (or 0x96BD48) is known color: Atlantis. HEX triplet: 96, BD and 48. RGB value is (150,189,72). Sum of RGB (Red+Green+Blue) = 150+189+72=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD48 is #6942B7. Grayscale: #A4A4A4. Windows color (decimal): -6898360 or 4767126. OLE color: 4767126.

HSL color Cylindrical-coordinate representation of color #96BD48: hue angle of 80º 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 #96BD48 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 72 -
CMYK 0.21 0 0.62 0.26
HSL 80º 0.47% 0.51% -
HSV(B) 80º 0.62% 0.74% -
XYZ 31.94 43.35 12.81 -
YUV 164 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 150 189 72 0.21 0 0.62 0.26 80 0.47 0.51
Hex 96 BD 48 15 0 3E 1A 50 2F 33
Octal 226 275 110 25 0 76 32 120 57 63
Binary 10010110 10111101 1001000 10101 0 111110 11010 1010000 101111 110011

Color Harmonies of #96BD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD48

Black with #96BD48

Text Example


Text Example

White with #96BD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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