Html Css Color HEX #96BA4A Atlantis

📋 copy color: '#96BA4A'

red 150 ◦ green 186 ◦ blue 74

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

Shades of Atlantis #96BA4A

Tints of Atlantis #96BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 36.59%
G = 45.37%
B = 18.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#96BA4A (or 0x96BA4A) is known color: Atlantis. HEX triplet: 96, BA and 4A. RGB value is (150,186,74). Sum of RGB (Red+Green+Blue) = 150+186+74=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA4A is #6945B5. Grayscale: #A2A2A2. Windows color (decimal): -6899126 or 4897430. OLE color: 4897430.

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

Color convert

RGB 150 186 74 -
CMYK 0.19 0 0.60 0.27
HSL 79.29º 0.45% 0.51% -
HSV(B) 79.29º 0.6% 0.73% -
XYZ 31.37 42.1 12.95 -
YUV 162.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 150 186 74 0.19 0 0.60 0.27 79.29 0.45 0.51
Hex 96 BA 4A 13 0 3C 1B 4F 2D 33
Octal 226 272 112 23 0 74 33 117 55 63
Binary 10010110 10111010 1001010 10011 0 111100 11011 1001111 101101 110011

Color Harmonies of #96BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA4A

Black with #96BA4A

Text Example


Text Example

White with #96BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,74); }

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

background-color css

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

 a { background-color: rgb(150,186,74); }

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

border-color css

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

 span { border-color: rgb(150,186,74); }

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