Html Css Color HEX #96BD4D Atlantis

📋 copy color: '#96BD4D'

red 150 ◦ green 189 ◦ blue 77

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

Shades of Atlantis #96BD4D

Tints of Atlantis #96BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 36.06%
G = 45.43%
B = 18.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#96BD4D (or 0x96BD4D) is known color: Atlantis. HEX triplet: 96, BD and 4D. RGB value is (150,189,77). Sum of RGB (Red+Green+Blue) = 150+189+77=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD4D is #6942B2. Grayscale: #A4A4A4. Windows color (decimal): -6898355 or 5094806. OLE color: 5094806.

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

Color convert

RGB 150 189 77 -
CMYK 0.21 0 0.59 0.26
HSL 80.89º 0.46% 0.52% -
HSV(B) 80.89º 0.59% 0.74% -
XYZ 32.11 43.42 13.71 -
YUV 164.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 150 189 77 0.21 0 0.59 0.26 80.89 0.46 0.52
Hex 96 BD 4D 15 0 3B 1A 51 2E 34
Octal 226 275 115 25 0 73 32 121 56 64
Binary 10010110 10111101 1001101 10101 0 111011 11010 1010001 101110 110100

Color Harmonies of #96BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD4D

Black with #96BD4D

Text Example


Text Example

White with #96BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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