Html Css Color HEX #A6C611 Bahia

📋 copy color: '#A6C611'

red 166 ◦ green 198 ◦ blue 17

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

Shades of Bahia #A6C611

Tints of Bahia #A6C611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 43.57%
G = 51.97%
B = 4.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#A6C611 (or 0xA6C611) is known color: Bahia. HEX triplet: A6, C6 and 11. RGB value is (166,198,17). Sum of RGB (Red+Green+Blue) = 166+198+17=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C611 is #5939EE. Grayscale: #A8A8A8. Windows color (decimal): -5847535 or 1164966. OLE color: 1164966.

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

Color convert

RGB 166 198 17 -
CMYK 0.16 0 0.91 0.22
HSL 70.61º 0.84% 0.42% -
HSV(B) 70.61º 0.91% 0.78% -
XYZ 36.02 48.54 8 -
YUV 167.8 42.9 126.72 -
System Red Green Blue C M Y K H S L
Decimal 166 198 17 0.16 0 0.91 0.22 70.61 0.84 0.42
Hex A6 C6 11 10 0 5B 16 47 54 2A
Octal 246 306 21 20 0 133 26 107 124 52
Binary 10100110 11000110 10001 10000 0 1011011 10110 1000111 1010100 101010

Color Harmonies of #A6C611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C611

Black with #A6C611

Text Example


Text Example

White with #A6C611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C611; }

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

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

background-color css

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

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

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

border-color css

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

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

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