Html Css Color HEX #A6B01D Bahia

📋 copy color: '#A6B01D'

red 166 ◦ green 176 ◦ blue 29

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

Shades of Bahia #A6B01D

Tints of Bahia #A6B01D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 44.74%
G = 47.44%
B = 7.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A6B01D (or 0xA6B01D) is known color: Bahia. HEX triplet: A6, B0 and 1D. RGB value is (166,176,29). Sum of RGB (Red+Green+Blue) = 166+176+29=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B01D is #594FE2. Grayscale: #9C9C9C. Windows color (decimal): -5853155 or 1945766. OLE color: 1945766.

HSL color Cylindrical-coordinate representation of color #A6B01D: hue angle of 64.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6B01D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 176 29 -
CMYK 0.06 0 0.84 0.31
HSL 64.08º 0.72% 0.4% -
HSV(B) 64.08º 0.84% 0.69% -
XYZ 31.47 39.25 7.08 -
YUV 156.25 56.19 134.95 -
System Red Green Blue C M Y K H S L
Decimal 166 176 29 0.06 0 0.84 0.31 64.08 0.72 0.4
Hex A6 B0 1D 6 0 54 1F 40 48 28
Octal 246 260 35 6 0 124 37 100 110 50
Binary 10100110 10110000 11101 110 0 1010100 11111 1000000 1001000 101000

Color Harmonies of #A6B01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B01D

Black with #A6B01D

Text Example


Text Example

White with #A6B01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B01D; }

 p { color: rgb(166,176,29); }

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

background-color css

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

 a { background-color: rgb(166,176,29); }

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

border-color css

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

 span { border-color: rgb(166,176,29); }

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