Html Css Color HEX #96C756 Atlantis

📋 copy color: '#96C756'

red 150 ◦ green 199 ◦ blue 86

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

Shades of Atlantis #96C756

Tints of Atlantis #96C756

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

 BLUE value IS 86 (33.98% from 255) = 19.77%

R = 34.48%
G = 45.75%
B = 19.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#96C756 (or 0x96C756) is known color: Atlantis. HEX triplet: 96, C7 and 56. RGB value is (150,199,86). Sum of RGB (Red+Green+Blue) = 150+199+86=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #96C756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C756 is #6938A9. Grayscale: #ABABAB. Windows color (decimal): -6895786 or 5687190. OLE color: 5687190.

HSL color Cylindrical-coordinate representation of color #96C756: hue angle of 86.02º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96C756 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 199 86 -
CMYK 0.25 0 0.57 0.22
HSL 86.02º 0.5% 0.56% -
HSV(B) 86.02º 0.57% 0.78% -
XYZ 34.68 48 16.24 -
YUV 171.47 79.77 112.69 -
System Red Green Blue C M Y K H S L
Decimal 150 199 86 0.25 0 0.57 0.22 86.02 0.5 0.56
Hex 96 C7 56 19 0 39 16 56 32 38
Octal 226 307 126 31 0 71 26 126 62 70
Binary 10010110 11000111 1010110 11001 0 111001 10110 1010110 110010 111000

Color Harmonies of #96C756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C756

Black with #96C756

Text Example


Text Example

White with #96C756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,199,86); }

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

background-color css

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

 a { background-color: rgb(150,199,86); }

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

border-color css

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

 span { border-color: rgb(150,199,86); }

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