Html Css Color HEX #9DBD49 Atlantis

📋 copy color: '#9DBD49'

red 157 ◦ green 189 ◦ blue 73

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

Shades of Atlantis #9DBD49

Tints of Atlantis #9DBD49

RGB

 RED value IS 157 (61.72% from 255) = 37.47%

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

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

R = 37.47%
G = 45.11%
B = 17.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#9DBD49 (or 0x9DBD49) is known color: Atlantis. HEX triplet: 9D, BD and 49. RGB value is (157,189,73). Sum of RGB (Red+Green+Blue) = 157+189+73=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBD49 is #6242B6. Grayscale: #A6A6A6. Windows color (decimal): -6439607 or 4832669. OLE color: 4832669.

HSL color Cylindrical-coordinate representation of color #9DBD49: hue angle of 76.55º 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 #9DBD49 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 189 73 -
CMYK 0.17 0 0.61 0.26
HSL 76.55º 0.47% 0.51% -
HSV(B) 76.55º 0.61% 0.74% -
XYZ 33.3 44.04 13.05 -
YUV 166.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 157 189 73 0.17 0 0.61 0.26 76.55 0.47 0.51
Hex 9D BD 49 11 0 3D 1A 4D 2F 33
Octal 235 275 111 21 0 75 32 115 57 63
Binary 10011101 10111101 1001001 10001 0 111101 11010 1001101 101111 110011

Color Harmonies of #9DBD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBD49

Black with #9DBD49

Text Example


Text Example

White with #9DBD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBD49; }

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

 H1.HeaderClassName
 {
   color: #9DBD49;
 }
 .AnyTagClassName
 {
   color: #9DBD49;
 }
</style>

background-color css

<style>
 a { background-color: #9DBD49; }

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

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

border-color css

<style>
 span { border-color: #9DBD49; }

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

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