Html Css Color HEX #A6B41D Bahia

📋 copy color: '#A6B41D'

red 166 ◦ green 180 ◦ blue 29

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

Shades of Bahia #A6B41D

Tints of Bahia #A6B41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

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

R = 44.27%
G = 48%
B = 7.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#A6B41D (or 0xA6B41D) is known color: Bahia. HEX triplet: A6, B4 and 1D. RGB value is (166,180,29). Sum of RGB (Red+Green+Blue) = 166+180+29=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B41D is #594BE2. Grayscale: #9F9F9F. Windows color (decimal): -5852131 or 1946790. OLE color: 1946790.

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

Color convert

RGB 166 180 29 -
CMYK 0.08 0 0.84 0.29
HSL 65.56º 0.72% 0.41% -
HSV(B) 65.56º 0.84% 0.71% -
XYZ 32.27 40.84 7.34 -
YUV 158.6 54.86 133.28 -
System Red Green Blue C M Y K H S L
Decimal 166 180 29 0.08 0 0.84 0.29 65.56 0.72 0.41
Hex A6 B4 1D 8 0 54 1D 42 48 29
Octal 246 264 35 10 0 124 35 102 110 51
Binary 10100110 10110100 11101 1000 0 1010100 11101 1000010 1001000 101001

Color Harmonies of #A6B41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B41D

Black with #A6B41D

Text Example


Text Example

White with #A6B41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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