Html Css Color HEX #96CB53 Atlantis

📋 copy color: '#96CB53'

red 150 ◦ green 203 ◦ blue 83

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

Shades of Atlantis #96CB53

Tints of Atlantis #96CB53

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.56%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 34.4%
G = 46.56%
B = 19.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#96CB53 (or 0x96CB53) is known color: Atlantis. HEX triplet: 96, CB and 53. RGB value is (150,203,83). Sum of RGB (Red+Green+Blue) = 150+203+83=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB53 is #6934AC. Grayscale: #ADADAD. Windows color (decimal): -6894765 or 5491606. OLE color: 5491606.

HSL color Cylindrical-coordinate representation of color #96CB53: hue angle of 86.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96CB53 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 83 -
CMYK 0.26 0 0.59 0.20
HSL 86.5º 0.54% 0.56% -
HSV(B) 86.5º 0.59% 0.8% -
XYZ 35.49 49.82 15.93 -
YUV 173.47 76.94 111.26 -
System Red Green Blue C M Y K H S L
Decimal 150 203 83 0.26 0 0.59 0.20 86.5 0.54 0.56
Hex 96 CB 53 1A 0 3B 14 56 36 38
Octal 226 313 123 32 0 73 24 126 66 70
Binary 10010110 11001011 1010011 11010 0 111011 10100 1010110 110110 111000

Color Harmonies of #96CB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB53

Black with #96CB53

Text Example


Text Example

White with #96CB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,83); }

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

background-color css

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

 a { background-color: rgb(150,203,83); }

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

border-color css

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

 span { border-color: rgb(150,203,83); }

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