Html Css Color HEX #96B947 Atlantis

📋 copy color: '#96B947'

red 150 ◦ green 185 ◦ blue 71

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

Shades of Atlantis #96B947

Tints of Atlantis #96B947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 36.95%
G = 45.57%
B = 17.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#96B947 (or 0x96B947) is known color: Atlantis. HEX triplet: 96, B9 and 47. RGB value is (150,185,71). Sum of RGB (Red+Green+Blue) = 150+185+71=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #96B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B947 is #6946B8. Grayscale: #A1A1A1. Windows color (decimal): -6899385 or 4700566. OLE color: 4700566.

HSL color Cylindrical-coordinate representation of color #96B947: hue angle of 78.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96B947 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 71 -
CMYK 0.19 0 0.62 0.27
HSL 78.42º 0.45% 0.5% -
HSV(B) 78.42º 0.62% 0.73% -
XYZ 31.06 41.64 12.36 -
YUV 161.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 150 185 71 0.19 0 0.62 0.27 78.42 0.45 0.5
Hex 96 B9 47 13 0 3E 1B 4E 2D 32
Octal 226 271 107 23 0 76 33 116 55 62
Binary 10010110 10111001 1000111 10011 0 111110 11011 1001110 101101 110010

Color Harmonies of #96B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B947

Black with #96B947

Text Example


Text Example

White with #96B947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,71); }

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

background-color css

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

 a { background-color: rgb(150,185,71); }

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

border-color css

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

 span { border-color: rgb(150,185,71); }

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