Html Css Color HEX #A6B519 Bahia

📋 copy color: '#A6B519'

red 166 ◦ green 181 ◦ blue 25

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

Shades of Bahia #A6B519

Tints of Bahia #A6B519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.66%

 BLUE value IS 25 (10.16% from 255) = 6.72%

R = 44.62%
G = 48.66%
B = 6.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A6B519 (or 0xA6B519) is known color: Bahia. HEX triplet: A6, B5 and 19. RGB value is (166,181,25). Sum of RGB (Red+Green+Blue) = 166+181+25=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B519 is #594AE6. Grayscale: #9F9F9F. Windows color (decimal): -5851879 or 1684902. OLE color: 1684902.

HSL color Cylindrical-coordinate representation of color #A6B519: hue angle of 65.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6B519 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 25 -
CMYK 0.08 0 0.86 0.29
HSL 65.77º 0.76% 0.4% -
HSV(B) 65.77º 0.86% 0.71% -
XYZ 32.43 41.22 7.17 -
YUV 158.73 52.53 133.18 -
System Red Green Blue C M Y K H S L
Decimal 166 181 25 0.08 0 0.86 0.29 65.77 0.76 0.4
Hex A6 B5 19 8 0 56 1D 42 4C 28
Octal 246 265 31 10 0 126 35 102 114 50
Binary 10100110 10110101 11001 1000 0 1010110 11101 1000010 1001100 101000

Color Harmonies of #A6B519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B519

Black with #A6B519

Text Example


Text Example

White with #A6B519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B519; }

 p { color: rgb(166,181,25); }

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

background-color css

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

 a { background-color: rgb(166,181,25); }

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

border-color css

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

 span { border-color: rgb(166,181,25); }

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