Html Css Color HEX #96BD44 Atlantis

📋 copy color: '#96BD44'

red 150 ◦ green 189 ◦ blue 68

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

Shades of Atlantis #96BD44

Tints of Atlantis #96BD44

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.44%

 BLUE value IS 68 (26.95% from 255) = 16.71%

R = 36.86%
G = 46.44%
B = 16.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#96BD44 (or 0x96BD44) is known color: Atlantis. HEX triplet: 96, BD and 44. RGB value is (150,189,68). Sum of RGB (Red+Green+Blue) = 150+189+68=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD44 is #6942BB. Grayscale: #A3A3A3. Windows color (decimal): -6898364 or 4504982. OLE color: 4504982.

HSL color Cylindrical-coordinate representation of color #96BD44: hue angle of 79.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96BD44 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 68 -
CMYK 0.21 0 0.64 0.26
HSL 79.34º 0.48% 0.5% -
HSV(B) 79.34º 0.64% 0.74% -
XYZ 31.82 43.3 12.15 -
YUV 163.55 74.08 118.34 -
System Red Green Blue C M Y K H S L
Decimal 150 189 68 0.21 0 0.64 0.26 79.34 0.48 0.5
Hex 96 BD 44 15 0 40 1A 4F 30 32
Octal 226 275 104 25 0 100 32 117 60 62
Binary 10010110 10111101 1000100 10101 0 1000000 11010 1001111 110000 110010

Color Harmonies of #96BD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD44

Black with #96BD44

Text Example


Text Example

White with #96BD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,189,68); }

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

background-color css

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

 a { background-color: rgb(150,189,68); }

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

border-color css

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

 span { border-color: rgb(150,189,68); }

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