Html Css Color HEX #96BD4A Atlantis

📋 copy color: '#96BD4A'

red 150 ◦ green 189 ◦ blue 74

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

Shades of Atlantis #96BD4A

Tints of Atlantis #96BD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 36.32%
G = 45.76%
B = 17.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#96BD4A (or 0x96BD4A) is known color: Atlantis. HEX triplet: 96, BD and 4A. RGB value is (150,189,74). Sum of RGB (Red+Green+Blue) = 150+189+74=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD4A is #6942B5. Grayscale: #A4A4A4. Windows color (decimal): -6898358 or 4898198. OLE color: 4898198.

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

Color convert

RGB 150 189 74 -
CMYK 0.21 0 0.61 0.26
HSL 80.35º 0.47% 0.52% -
HSV(B) 80.35º 0.61% 0.74% -
XYZ 32.01 43.37 13.16 -
YUV 164.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 150 189 74 0.21 0 0.61 0.26 80.35 0.47 0.52
Hex 96 BD 4A 15 0 3D 1A 50 2F 34
Octal 226 275 112 25 0 75 32 120 57 64
Binary 10010110 10111101 1001010 10101 0 111101 11010 1010000 101111 110100

Color Harmonies of #96BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD4A

Black with #96BD4A

Text Example


Text Example

White with #96BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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