Html Css Color HEX #A6B619 Bahia

📋 copy color: '#A6B619'

red 166 ◦ green 182 ◦ blue 25

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

Shades of Bahia #A6B619

Tints of Bahia #A6B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.79%

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

R = 44.5%
G = 48.79%
B = 6.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A6B619 (or 0xA6B619) is known color: Bahia. HEX triplet: A6, B6 and 19. RGB value is (166,182,25). Sum of RGB (Red+Green+Blue) = 166+182+25=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B619 is #5949E6. Grayscale: #9F9F9F. Windows color (decimal): -5851623 or 1685158. OLE color: 1685158.

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

Color convert

RGB 166 182 25 -
CMYK 0.09 0 0.86 0.29
HSL 66.11º 0.76% 0.41% -
HSV(B) 66.11º 0.86% 0.71% -
XYZ 32.63 41.63 7.24 -
YUV 159.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 166 182 25 0.09 0 0.86 0.29 66.11 0.76 0.41
Hex A6 B6 19 9 0 56 1D 42 4C 29
Octal 246 266 31 11 0 126 35 102 114 51
Binary 10100110 10110110 11001 1001 0 1010110 11101 1000010 1001100 101001

Color Harmonies of #A6B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B619

Black with #A6B619

Text Example


Text Example

White with #A6B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B619; }

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

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

background-color css

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

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

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

border-color css

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

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

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