Html Css Color HEX #A6C113 Bahia

📋 copy color: '#A6C113'

red 166 ◦ green 193 ◦ blue 19

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

Shades of Bahia #A6C113

Tints of Bahia #A6C113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.06%

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 43.92%
G = 51.06%
B = 5.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A6C113 (or 0xA6C113) is known color: Bahia. HEX triplet: A6, C1 and 13. RGB value is (166,193,19). Sum of RGB (Red+Green+Blue) = 166+193+19=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C113 is #593EEC. Grayscale: #A5A5A5. Windows color (decimal): -5848813 or 1294758. OLE color: 1294758.

HSL color Cylindrical-coordinate representation of color #A6C113: hue angle of 69.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6C113 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 193 19 -
CMYK 0.14 0 0.90 0.24
HSL 69.31º 0.82% 0.42% -
HSV(B) 69.31º 0.9% 0.76% -
XYZ 34.91 46.29 7.71 -
YUV 165.09 45.55 128.65 -
System Red Green Blue C M Y K H S L
Decimal 166 193 19 0.14 0 0.90 0.24 69.31 0.82 0.42
Hex A6 C1 13 E 0 5A 18 45 52 2A
Octal 246 301 23 16 0 132 30 105 122 52
Binary 10100110 11000001 10011 1110 0 1011010 11000 1000101 1010010 101010

Color Harmonies of #A6C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C113

Black with #A6C113

Text Example


Text Example

White with #A6C113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C113; }

 p { color: rgb(166,193,19); }

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

background-color css

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

 a { background-color: rgb(166,193,19); }

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

border-color css

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

 span { border-color: rgb(166,193,19); }

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