Html Css Color HEX #9CB946 Atlantis

📋 copy color: '#9CB946'

red 156 ◦ green 185 ◦ blue 70

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

Shades of Atlantis #9CB946

Tints of Atlantis #9CB946

RGB

 RED value IS 156 (61.33% from 255) = 37.96%

 GREEN value IS 185 (72.66% from 255) = 45.01%

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

R = 37.96%
G = 45.01%
B = 17.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#9CB946 (or 0x9CB946) is known color: Atlantis. HEX triplet: 9C, B9 and 46. RGB value is (156,185,70). Sum of RGB (Red+Green+Blue) = 156+185+70=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB946 is #6346B9. Grayscale: #A3A3A3. Windows color (decimal): -6506170 or 4635036. OLE color: 4635036.

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

Color convert

RGB 156 185 70 -
CMYK 0.16 0 0.62 0.27
HSL 75.13º 0.45% 0.5% -
HSV(B) 75.13º 0.62% 0.73% -
XYZ 32.16 42.21 12.25 -
YUV 163.22 75.39 122.85 -
System Red Green Blue C M Y K H S L
Decimal 156 185 70 0.16 0 0.62 0.27 75.13 0.45 0.5
Hex 9C B9 46 10 0 3E 1B 4B 2D 32
Octal 234 271 106 20 0 76 33 113 55 62
Binary 10011100 10111001 1000110 10000 0 111110 11011 1001011 101101 110010

Color Harmonies of #9CB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB946

Black with #9CB946

Text Example


Text Example

White with #9CB946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,70); }

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

background-color css

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

 a { background-color: rgb(156,185,70); }

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

border-color css

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

 span { border-color: rgb(156,185,70); }

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