Html Css Color HEX #96BE43 Atlantis

📋 copy color: '#96BE43'

red 150 ◦ green 190 ◦ blue 67

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

Shades of Atlantis #96BE43

Tints of Atlantis #96BE43

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 67 (26.56% from 255) = 16.46%

R = 36.86%
G = 46.68%
B = 16.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#96BE43 (or 0x96BE43) is known color: Atlantis. HEX triplet: 96, BE and 43. RGB value is (150,190,67). Sum of RGB (Red+Green+Blue) = 150+190+67=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BE43 is #6941BC. Grayscale: #A4A4A4. Windows color (decimal): -6898109 or 4439702. OLE color: 4439702.

HSL color Cylindrical-coordinate representation of color #96BE43: hue angle of 79.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96BE43 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 190 67 -
CMYK 0.21 0 0.65 0.25
HSL 79.51º 0.49% 0.5% -
HSV(B) 79.51º 0.65% 0.75% -
XYZ 32 43.72 12.06 -
YUV 164.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 150 190 67 0.21 0 0.65 0.25 79.51 0.49 0.5
Hex 96 BE 43 15 0 41 19 50 31 32
Octal 226 276 103 25 0 101 31 120 61 62
Binary 10010110 10111110 1000011 10101 0 1000001 11001 1010000 110001 110010

Color Harmonies of #96BE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BE43

Black with #96BE43

Text Example


Text Example

White with #96BE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,67); }

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

background-color css

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

 a { background-color: rgb(150,190,67); }

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

border-color css

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

 span { border-color: rgb(150,190,67); }

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