Html Css Color HEX #96BC4A Atlantis

📋 copy color: '#96BC4A'

red 150 ◦ green 188 ◦ blue 74

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

Shades of Atlantis #96BC4A

Tints of Atlantis #96BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

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

R = 36.41%
G = 45.63%
B = 17.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#96BC4A (or 0x96BC4A) is known color: Atlantis. HEX triplet: 96, BC and 4A. RGB value is (150,188,74). Sum of RGB (Red+Green+Blue) = 150+188+74=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC4A is #6943B5. Grayscale: #A4A4A4. Windows color (decimal): -6898614 or 4897942. OLE color: 4897942.

HSL color Cylindrical-coordinate representation of color #96BC4A: hue angle of 80º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96BC4A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 74 -
CMYK 0.20 0 0.61 0.26
HSL 80º 0.46% 0.51% -
HSV(B) 80º 0.61% 0.74% -
XYZ 31.8 42.94 13.09 -
YUV 163.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 150 188 74 0.20 0 0.61 0.26 80 0.46 0.51
Hex 96 BC 4A 14 0 3D 1A 50 2E 33
Octal 226 274 112 24 0 75 32 120 56 63
Binary 10010110 10111100 1001010 10100 0 111101 11010 1010000 101110 110011

Color Harmonies of #96BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC4A

Black with #96BC4A

Text Example


Text Example

White with #96BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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