Html Css Color HEX #A6AD1B Bahia

📋 copy color: '#A6AD1B'

red 166 ◦ green 173 ◦ blue 27

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

Shades of Bahia #A6AD1B

Tints of Bahia #A6AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.27%

 BLUE value IS 27 (10.94% from 255) = 7.38%

R = 45.36%
G = 47.27%
B = 7.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#A6AD1B (or 0xA6AD1B) is known color: Bahia. HEX triplet: A6, AD and 1B. RGB value is (166,173,27). Sum of RGB (Red+Green+Blue) = 166+173+27=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD1B is #5952E4. Grayscale: #9A9A9A. Windows color (decimal): -5853925 or 1813926. OLE color: 1813926.

HSL color Cylindrical-coordinate representation of color #A6AD1B: hue angle of 62.88º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6AD1B is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 27 -
CMYK 0.04 0 0.84 0.32
HSL 62.88º 0.73% 0.39% -
HSV(B) 62.88º 0.84% 0.68% -
XYZ 30.87 38.07 6.76 -
YUV 154.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 166 173 27 0.04 0 0.84 0.32 62.88 0.73 0.39
Hex A6 AD 1B 4 0 54 20 3F 49 27
Octal 246 255 33 4 0 124 40 77 111 47
Binary 10100110 10101101 11011 100 0 1010100 100000 111111 1001001 100111

Color Harmonies of #A6AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD1B

Black with #A6AD1B

Text Example


Text Example

White with #A6AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD1B; }

 p { color: rgb(166,173,27); }

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

background-color css

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

 a { background-color: rgb(166,173,27); }

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

border-color css

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

 span { border-color: rgb(166,173,27); }

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