Html Css Color HEX #A6B919 Bahia

📋 copy color: '#A6B919'

red 166 ◦ green 185 ◦ blue 25

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

Shades of Bahia #A6B919

Tints of Bahia #A6B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

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

R = 44.15%
G = 49.2%
B = 6.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#A6B919 (or 0xA6B919) is known color: Bahia. HEX triplet: A6, B9 and 19. RGB value is (166,185,25). Sum of RGB (Red+Green+Blue) = 166+185+25=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B919 is #5946E6. Grayscale: #A1A1A1. Windows color (decimal): -5850855 or 1685926. OLE color: 1685926.

HSL color Cylindrical-coordinate representation of color #A6B919: hue angle of 67.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6B919 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 25 -
CMYK 0.10 0 0.86 0.27
HSL 67.13º 0.76% 0.41% -
HSV(B) 67.13º 0.86% 0.73% -
XYZ 33.25 42.88 7.44 -
YUV 161.08 51.21 131.51 -
System Red Green Blue C M Y K H S L
Decimal 166 185 25 0.10 0 0.86 0.27 67.13 0.76 0.41
Hex A6 B9 19 A 0 56 1B 43 4C 29
Octal 246 271 31 12 0 126 33 103 114 51
Binary 10100110 10111001 11001 1010 0 1010110 11011 1000011 1001100 101001

Color Harmonies of #A6B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B919

Black with #A6B919

Text Example


Text Example

White with #A6B919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B919; }

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

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

background-color css

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

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

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

border-color css

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

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

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