Html Css Color HEX #9DBC47 Atlantis

📋 copy color: '#9DBC47'

red 157 ◦ green 188 ◦ blue 71

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

Shades of Atlantis #9DBC47

Tints of Atlantis #9DBC47

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

 BLUE value IS 71 (28.13% from 255) = 17.07%

R = 37.74%
G = 45.19%
B = 17.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#9DBC47 (or 0x9DBC47) is known color: Atlantis. HEX triplet: 9D, BC and 47. RGB value is (157,188,71). Sum of RGB (Red+Green+Blue) = 157+188+71=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBC47 is #6243B8. Grayscale: #A5A5A5. Windows color (decimal): -6439865 or 4701341. OLE color: 4701341.

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

Color convert

RGB 157 188 71 -
CMYK 0.16 0 0.62 0.26
HSL 75.9º 0.47% 0.51% -
HSV(B) 75.9º 0.62% 0.74% -
XYZ 33.03 43.59 12.63 -
YUV 165.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 157 188 71 0.16 0 0.62 0.26 75.9 0.47 0.51
Hex 9D BC 47 10 0 3E 1A 4C 2F 33
Octal 235 274 107 20 0 76 32 114 57 63
Binary 10011101 10111100 1000111 10000 0 111110 11010 1001100 101111 110011

Color Harmonies of #9DBC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC47

Black with #9DBC47

Text Example


Text Example

White with #9DBC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,188,71); }

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

background-color css

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

 a { background-color: rgb(157,188,71); }

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

border-color css

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

 span { border-color: rgb(157,188,71); }

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