Html Css Color HEX #A6C713 Bahia

📋 copy color: '#A6C713'

red 166 ◦ green 199 ◦ blue 19

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

Shades of Bahia #A6C713

Tints of Bahia #A6C713

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.82%

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

R = 43.23%
G = 51.82%
B = 4.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#A6C713 (or 0xA6C713) is known color: Bahia. HEX triplet: A6, C7 and 13. RGB value is (166,199,19). Sum of RGB (Red+Green+Blue) = 166+199+19=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C713 is #5938EC. Grayscale: #A9A9A9. Windows color (decimal): -5847277 or 1296294. OLE color: 1296294.

HSL color Cylindrical-coordinate representation of color #A6C713: hue angle of 71º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6C713 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 199 19 -
CMYK 0.17 0 0.90 0.22
HSL 71º 0.83% 0.43% -
HSV(B) 71º 0.9% 0.78% -
XYZ 36.27 49 8.16 -
YUV 168.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 166 199 19 0.17 0 0.90 0.22 71 0.83 0.43
Hex A6 C7 13 11 0 5A 16 47 53 2B
Octal 246 307 23 21 0 132 26 107 123 53
Binary 10100110 11000111 10011 10001 0 1011010 10110 1000111 1010011 101011

Color Harmonies of #A6C713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C713

Black with #A6C713

Text Example


Text Example

White with #A6C713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C713; }

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

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

background-color css

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

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

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

border-color css

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

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

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