Html Css Color HEX #A6B319 Bahia

📋 copy color: '#A6B319'

red 166 ◦ green 179 ◦ blue 25

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

Shades of Bahia #A6B319

Tints of Bahia #A6B319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.38%

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

R = 44.86%
G = 48.38%
B = 6.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#A6B319 (or 0xA6B319) is known color: Bahia. HEX triplet: A6, B3 and 19. RGB value is (166,179,25). Sum of RGB (Red+Green+Blue) = 166+179+25=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B319 is #594CE6. Grayscale: #9E9E9E. Windows color (decimal): -5852391 or 1684390. OLE color: 1684390.

HSL color Cylindrical-coordinate representation of color #A6B319: hue angle of 65.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6B319 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 25 -
CMYK 0.07 0 0.86 0.30
HSL 65.06º 0.75% 0.4% -
HSV(B) 65.06º 0.86% 0.7% -
XYZ 32.02 40.42 7.03 -
YUV 157.56 53.19 134.02 -
System Red Green Blue C M Y K H S L
Decimal 166 179 25 0.07 0 0.86 0.30 65.06 0.75 0.4
Hex A6 B3 19 7 0 56 1E 41 4B 28
Octal 246 263 31 7 0 126 36 101 113 50
Binary 10100110 10110011 11001 111 0 1010110 11110 1000001 1001011 101000

Color Harmonies of #A6B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B319

Black with #A6B319

Text Example


Text Example

White with #A6B319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B319; }

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

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

background-color css

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

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

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

border-color css

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

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

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