Html Css Color HEX #96B644 Atlantis

📋 copy color: '#96B644'

red 150 ◦ green 182 ◦ blue 68

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

Shades of Atlantis #96B644

Tints of Atlantis #96B644

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.5%

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

R = 37.5%
G = 45.5%
B = 17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#96B644 (or 0x96B644) is known color: Atlantis. HEX triplet: 96, B6 and 44. RGB value is (150,182,68). Sum of RGB (Red+Green+Blue) = 150+182+68=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #96B644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B644 is #6949BB. Grayscale: #9F9F9F. Windows color (decimal): -6900156 or 4503190. OLE color: 4503190.

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

Color convert

RGB 150 182 68 -
CMYK 0.18 0 0.63 0.29
HSL 76.84º 0.46% 0.49% -
HSV(B) 76.84º 0.63% 0.71% -
XYZ 30.35 40.36 11.66 -
YUV 159.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 150 182 68 0.18 0 0.63 0.29 76.84 0.46 0.49
Hex 96 B6 44 12 0 3F 1D 4D 2E 31
Octal 226 266 104 22 0 77 35 115 56 61
Binary 10010110 10110110 1000100 10010 0 111111 11101 1001101 101110 110001

Color Harmonies of #96B644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B644

Black with #96B644

Text Example


Text Example

White with #96B644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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