Html Css Color HEX #96B742 Atlantis

📋 copy color: '#96B742'

red 150 ◦ green 183 ◦ blue 66

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

Shades of Atlantis #96B742

Tints of Atlantis #96B742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 37.59%
G = 45.86%
B = 16.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#96B742 (or 0x96B742) is known color: Atlantis. HEX triplet: 96, B7 and 42. RGB value is (150,183,66). Sum of RGB (Red+Green+Blue) = 150+183+66=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #96B742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B742 is #6948BD. Grayscale: #A0A0A0. Windows color (decimal): -6899902 or 4372374. OLE color: 4372374.

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

Color convert

RGB 150 183 66 -
CMYK 0.18 0 0.64 0.28
HSL 76.92º 0.47% 0.49% -
HSV(B) 76.92º 0.64% 0.72% -
XYZ 30.49 40.74 11.41 -
YUV 159.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 150 183 66 0.18 0 0.64 0.28 76.92 0.47 0.49
Hex 96 B7 42 12 0 40 1C 4D 2F 31
Octal 226 267 102 22 0 100 34 115 57 61
Binary 10010110 10110111 1000010 10010 0 1000000 11100 1001101 101111 110001

Color Harmonies of #96B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B742

Black with #96B742

Text Example


Text Example

White with #96B742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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