Html Css Color HEX #A6C60D Bahia

📋 copy color: '#A6C60D'

red 166 ◦ green 198 ◦ blue 13

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

Shades of Bahia #A6C60D

Tints of Bahia #A6C60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.52%

 BLUE value IS 13 (5.47% from 255) = 3.45%

R = 44.03%
G = 52.52%
B = 3.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A6C60D (or 0xA6C60D) is known color: Bahia. HEX triplet: A6, C6 and 0D. RGB value is (166,198,13). Sum of RGB (Red+Green+Blue) = 166+198+13=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C60D is #5939F2. Grayscale: #A8A8A8. Windows color (decimal): -5847539 or 902822. OLE color: 902822.

HSL color Cylindrical-coordinate representation of color #A6C60D: hue angle of 70.38º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6C60D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 13 -
CMYK 0.16 0 0.93 0.22
HSL 70.38º 0.88% 0.41% -
HSV(B) 70.38º 0.93% 0.78% -
XYZ 35.99 48.52 7.85 -
YUV 167.34 40.9 127.04 -
System Red Green Blue C M Y K H S L
Decimal 166 198 13 0.16 0 0.93 0.22 70.38 0.88 0.41
Hex A6 C6 D 10 0 5D 16 46 58 29
Octal 246 306 15 20 0 135 26 106 130 51
Binary 10100110 11000110 1101 10000 0 1011101 10110 1000110 1011000 101001

Color Harmonies of #A6C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C60D

Black with #A6C60D

Text Example


Text Example

White with #A6C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C60D; }

 p { color: rgb(166,198,13); }

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

background-color css

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

 a { background-color: rgb(166,198,13); }

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

border-color css

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

 span { border-color: rgb(166,198,13); }

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