Html Css Color HEX #A6CB49 Atlantis

📋 copy color: '#A6CB49'

red 166 ◦ green 203 ◦ blue 73

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

Shades of Atlantis #A6CB49

Tints of Atlantis #A6CB49

RGB

 RED value IS 166 (65.23% from 255) = 37.56%

 GREEN value IS 203 (79.69% from 255) = 45.93%

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

R = 37.56%
G = 45.93%
B = 16.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#A6CB49 (or 0xA6CB49) is known color: Atlantis. HEX triplet: A6, CB and 49. RGB value is (166,203,73). Sum of RGB (Red+Green+Blue) = 166+203+73=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CB49 is #5934B6. Grayscale: #B1B1B1. Windows color (decimal): -5846199 or 4836262. OLE color: 4836262.

HSL color Cylindrical-coordinate representation of color #A6CB49: hue angle of 77.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6CB49 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 203 73 -
CMYK 0.18 0 0.64 0.20
HSL 77.08º 0.56% 0.54% -
HSV(B) 77.08º 0.64% 0.8% -
XYZ 38.28 51.3 14.19 -
YUV 177.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 166 203 73 0.18 0 0.64 0.20 77.08 0.56 0.54
Hex A6 CB 49 12 0 40 14 4D 38 36
Octal 246 313 111 22 0 100 24 115 70 66
Binary 10100110 11001011 1001001 10010 0 1000000 10100 1001101 111000 110110

Color Harmonies of #A6CB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CB49

Black with #A6CB49

Text Example


Text Example

White with #A6CB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CB49; }

 p { color: rgb(166,203,73); }

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

background-color css

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

 a { background-color: rgb(166,203,73); }

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

border-color css

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

 span { border-color: rgb(166,203,73); }

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