Html Css Color HEX #96B544 Atlantis

📋 copy color: '#96B544'

red 150 ◦ green 181 ◦ blue 68

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

Shades of Atlantis #96B544

Tints of Atlantis #96B544

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.36%

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

R = 37.59%
G = 45.36%
B = 17.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#96B544 (or 0x96B544) is known color: Atlantis. HEX triplet: 96, B5 and 44. RGB value is (150,181,68). Sum of RGB (Red+Green+Blue) = 150+181+68=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #96B544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B544 is #694ABB. Grayscale: #9F9F9F. Windows color (decimal): -6900412 or 4502934. OLE color: 4502934.

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

Color convert

RGB 150 181 68 -
CMYK 0.17 0 0.62 0.29
HSL 76.46º 0.45% 0.49% -
HSV(B) 76.46º 0.62% 0.71% -
XYZ 30.14 39.95 11.59 -
YUV 158.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 150 181 68 0.17 0 0.62 0.29 76.46 0.45 0.49
Hex 96 B5 44 11 0 3E 1D 4C 2D 31
Octal 226 265 104 21 0 76 35 114 55 61
Binary 10010110 10110101 1000100 10001 0 111110 11101 1001100 101101 110001

Color Harmonies of #96B544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B544

Black with #96B544

Text Example


Text Example

White with #96B544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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