Html Css Color HEX #9DBB46 Atlantis

📋 copy color: '#9DBB46'

red 157 ◦ green 187 ◦ blue 70

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

Shades of Atlantis #9DBB46

Tints of Atlantis #9DBB46

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 37.92%
G = 45.17%
B = 16.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#9DBB46 (or 0x9DBB46) is known color: Atlantis. HEX triplet: 9D, BB and 46. RGB value is (157,187,70). Sum of RGB (Red+Green+Blue) = 157+187+70=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBB46 is #6244B9. Grayscale: #A5A5A5. Windows color (decimal): -6440122 or 4635549. OLE color: 4635549.

HSL color Cylindrical-coordinate representation of color #9DBB46: hue angle of 75.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DBB46 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 70 -
CMYK 0.16 0 0.63 0.27
HSL 75.38º 0.46% 0.5% -
HSV(B) 75.38º 0.63% 0.73% -
XYZ 32.78 43.15 12.4 -
YUV 164.69 74.56 122.51 -
System Red Green Blue C M Y K H S L
Decimal 157 187 70 0.16 0 0.63 0.27 75.38 0.46 0.5
Hex 9D BB 46 10 0 3F 1B 4B 2E 32
Octal 235 273 106 20 0 77 33 113 56 62
Binary 10011101 10111011 1000110 10000 0 111111 11011 1001011 101110 110010

Color Harmonies of #9DBB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB46

Black with #9DBB46

Text Example


Text Example

White with #9DBB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,70); }

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

background-color css

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

 a { background-color: rgb(157,187,70); }

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

border-color css

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

 span { border-color: rgb(157,187,70); }

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