Html Css Color HEX #96BB45 Atlantis

📋 copy color: '#96BB45'

red 150 ◦ green 187 ◦ blue 69

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

Shades of Atlantis #96BB45

Tints of Atlantis #96BB45

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.06%

 BLUE value IS 69 (27.34% from 255) = 17%

R = 36.95%
G = 46.06%
B = 17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#96BB45 (or 0x96BB45) is known color: Atlantis. HEX triplet: 96, BB and 45. RGB value is (150,187,69). Sum of RGB (Red+Green+Blue) = 150+187+69=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BB45 is #6944BA. Grayscale: #A2A2A2. Windows color (decimal): -6898875 or 4570006. OLE color: 4570006.

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

Color convert

RGB 150 187 69 -
CMYK 0.20 0 0.63 0.27
HSL 78.81º 0.46% 0.5% -
HSV(B) 78.81º 0.63% 0.73% -
XYZ 31.42 42.45 12.17 -
YUV 162.49 75.24 119.09 -
System Red Green Blue C M Y K H S L
Decimal 150 187 69 0.20 0 0.63 0.27 78.81 0.46 0.5
Hex 96 BB 45 14 0 3F 1B 4F 2E 32
Octal 226 273 105 24 0 77 33 117 56 62
Binary 10010110 10111011 1000101 10100 0 111111 11011 1001111 101110 110010

Color Harmonies of #96BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB45

Black with #96BB45

Text Example


Text Example

White with #96BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,69); }

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

background-color css

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

 a { background-color: rgb(150,187,69); }

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

border-color css

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

 span { border-color: rgb(150,187,69); }

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