Html Css Color HEX #A6B61D Bahia

📋 copy color: '#A6B61D'

red 166 ◦ green 182 ◦ blue 29

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

Shades of Bahia #A6B61D

Tints of Bahia #A6B61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

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

R = 44.03%
G = 48.28%
B = 7.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#A6B61D (or 0xA6B61D) is known color: Bahia. HEX triplet: A6, B6 and 1D. RGB value is (166,182,29). Sum of RGB (Red+Green+Blue) = 166+182+29=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B61D is #5949E2. Grayscale: #A0A0A0. Windows color (decimal): -5851619 or 1947302. OLE color: 1947302.

HSL color Cylindrical-coordinate representation of color #A6B61D: hue angle of 66.27º degrees, saturation: 0.73, 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 #A6B61D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 29 -
CMYK 0.09 0 0.84 0.29
HSL 66.27º 0.73% 0.41% -
HSV(B) 66.27º 0.84% 0.71% -
XYZ 32.68 41.65 7.48 -
YUV 159.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 166 182 29 0.09 0 0.84 0.29 66.27 0.73 0.41
Hex A6 B6 1D 9 0 54 1D 42 49 29
Octal 246 266 35 11 0 124 35 102 111 51
Binary 10100110 10110110 11101 1001 0 1010100 11101 1000010 1001001 101001

Color Harmonies of #A6B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B61D

Black with #A6B61D

Text Example


Text Example

White with #A6B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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