Html Css Color HEX #95BD49 Atlantis

📋 copy color: '#95BD49'

red 149 ◦ green 189 ◦ blue 73

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

Shades of Atlantis #95BD49

Tints of Atlantis #95BD49

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

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

 BLUE value IS 73 (28.91% from 255) = 17.76%

R = 36.25%
G = 45.99%
B = 17.76%

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

#95BD49 (or 0x95BD49) is known color: Atlantis. HEX triplet: 95, BD and 49. RGB value is (149,189,73). Sum of RGB (Red+Green+Blue) = 149+189+73=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD49 is #6A42B6. Grayscale: #A4A4A4. Windows color (decimal): -6963895 or 4832661. OLE color: 4832661.

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

Color convert

RGB 149 189 73 -
CMYK 0.21 0 0.61 0.26
HSL 80.69º 0.47% 0.51% -
HSV(B) 80.69º 0.61% 0.74% -
XYZ 31.79 43.27 12.98 -
YUV 163.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 149 189 73 0.21 0 0.61 0.26 80.69 0.47 0.51
Hex 95 BD 49 15 0 3D 1A 51 2F 33
Octal 225 275 111 25 0 75 32 121 57 63
Binary 10010101 10111101 1001001 10101 0 111101 11010 1010001 101111 110011

Color Harmonies of #95BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD49

Black with #95BD49

Text Example


Text Example

White with #95BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BD49; }

 p { color: rgb(149,189,73); }

 H1.HeaderClassName
 {
   color: #95BD49;
 }
 .AnyTagClassName
 {
   color: #95BD49;
 }
</style>

background-color css

<style>
 a { background-color: #95BD49; }

 a { background-color: rgb(149,189,73); }

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

border-color css

<style>
 span { border-color: #95BD49; }

 span { border-color: rgb(149,189,73); }

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