Html Css Color HEX #96B744 Atlantis

📋 copy color: '#96B744'

red 150 ◦ green 183 ◦ blue 68

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

Shades of Atlantis #96B744

Tints of Atlantis #96B744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.64%

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 37.41%
G = 45.64%
B = 16.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#96B744 (or 0x96B744) is known color: Atlantis. HEX triplet: 96, B7 and 44. RGB value is (150,183,68). Sum of RGB (Red+Green+Blue) = 150+183+68=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #96B744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B744 is #6948BB. Grayscale: #A0A0A0. Windows color (decimal): -6899900 or 4503446. OLE color: 4503446.

HSL color Cylindrical-coordinate representation of color #96B744: hue angle of 77.22º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96B744 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 68 -
CMYK 0.18 0 0.63 0.28
HSL 77.22º 0.46% 0.49% -
HSV(B) 77.22º 0.63% 0.72% -
XYZ 30.55 40.77 11.73 -
YUV 160.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 150 183 68 0.18 0 0.63 0.28 77.22 0.46 0.49
Hex 96 B7 44 12 0 3F 1C 4D 2E 31
Octal 226 267 104 22 0 77 34 115 56 61
Binary 10010110 10110111 1000100 10010 0 111111 11100 1001101 101110 110001

Color Harmonies of #96B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B744

Black with #96B744

Text Example


Text Example

White with #96B744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,68); }

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

background-color css

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

 a { background-color: rgb(150,183,68); }

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

border-color css

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

 span { border-color: rgb(150,183,68); }

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