Html Css Color HEX #A6B11D Bahia

📋 copy color: '#A6B11D'

red 166 ◦ green 177 ◦ blue 29

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

Shades of Bahia #A6B11D

Tints of Bahia #A6B11D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.58%

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

R = 44.62%
G = 47.58%
B = 7.8%

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

#A6B11D (or 0xA6B11D) is known color: Bahia. HEX triplet: A6, B1 and 1D. RGB value is (166,177,29). Sum of RGB (Red+Green+Blue) = 166+177+29=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B11D is #594EE2. Grayscale: #9D9D9D. Windows color (decimal): -5852899 or 1946022. OLE color: 1946022.

HSL color Cylindrical-coordinate representation of color #A6B11D: hue angle of 64.46º 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 #A6B11D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 177 29 -
CMYK 0.06 0 0.84 0.31
HSL 64.46º 0.72% 0.4% -
HSV(B) 64.46º 0.84% 0.69% -
XYZ 31.67 39.64 7.14 -
YUV 156.84 55.86 134.53 -
System Red Green Blue C M Y K H S L
Decimal 166 177 29 0.06 0 0.84 0.31 64.46 0.72 0.4
Hex A6 B1 1D 6 0 54 1F 40 48 28
Octal 246 261 35 6 0 124 37 100 110 50
Binary 10100110 10110001 11101 110 0 1010100 11111 1000000 1001000 101000

Color Harmonies of #A6B11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B11D

Black with #A6B11D

Text Example


Text Example

White with #A6B11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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