Html Css Color HEX #A6B719 Bahia

📋 copy color: '#A6B719'

red 166 ◦ green 183 ◦ blue 25

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

Shades of Bahia #A6B719

Tints of Bahia #A6B719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.93%

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

R = 44.39%
G = 48.93%
B = 6.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#A6B719 (or 0xA6B719) is known color: Bahia. HEX triplet: A6, B7 and 19. RGB value is (166,183,25). Sum of RGB (Red+Green+Blue) = 166+183+25=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B719 is #5948E6. Grayscale: #A0A0A0. Windows color (decimal): -5851367 or 1685414. OLE color: 1685414.

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

Color convert

RGB 166 183 25 -
CMYK 0.09 0 0.86 0.28
HSL 66.46º 0.76% 0.41% -
HSV(B) 66.46º 0.86% 0.72% -
XYZ 32.83 42.04 7.3 -
YUV 159.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 166 183 25 0.09 0 0.86 0.28 66.46 0.76 0.41
Hex A6 B7 19 9 0 56 1C 42 4C 29
Octal 246 267 31 11 0 126 34 102 114 51
Binary 10100110 10110111 11001 1001 0 1010110 11100 1000010 1001100 101001

Color Harmonies of #A6B719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B719

Black with #A6B719

Text Example


Text Example

White with #A6B719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B719; }

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

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

background-color css

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

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

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

border-color css

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

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

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