Html Css Color HEX #96BD4E Atlantis

📋 copy color: '#96BD4E'

red 150 ◦ green 189 ◦ blue 78

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

Shades of Atlantis #96BD4E

Tints of Atlantis #96BD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.71%

R = 35.97%
G = 45.32%
B = 18.71%

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

#96BD4E (or 0x96BD4E) is known color: Atlantis. HEX triplet: 96, BD and 4E. RGB value is (150,189,78). Sum of RGB (Red+Green+Blue) = 150+189+78=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD4E is #6942B1. Grayscale: #A5A5A5. Windows color (decimal): -6898354 or 5160342. OLE color: 5160342.

HSL color Cylindrical-coordinate representation of color #96BD4E: hue angle of 81.08º 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 #96BD4E is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 78 -
CMYK 0.21 0 0.59 0.26
HSL 81.08º 0.46% 0.52% -
HSV(B) 81.08º 0.59% 0.74% -
XYZ 32.15 43.43 13.9 -
YUV 164.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 150 189 78 0.21 0 0.59 0.26 81.08 0.46 0.52
Hex 96 BD 4E 15 0 3B 1A 51 2E 34
Octal 226 275 116 25 0 73 32 121 56 64
Binary 10010110 10111101 1001110 10101 0 111011 11010 1010001 101110 110100

Color Harmonies of #96BD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD4E

Black with #96BD4E

Text Example


Text Example

White with #96BD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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