Html Css Color HEX #A6B629 Bahia

📋 copy color: '#A6B629'

red 166 ◦ green 182 ◦ blue 41

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

Shades of Bahia #A6B629

Tints of Bahia #A6B629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.54%

R = 42.67%
G = 46.79%
B = 10.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#A6B629 (or 0xA6B629) is known color: Bahia. HEX triplet: A6, B6 and 29. RGB value is (166,182,41). Sum of RGB (Red+Green+Blue) = 166+182+41=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B629 is #5949D6. Grayscale: #A1A1A1. Windows color (decimal): -5851607 or 2733734. OLE color: 2733734.

HSL color Cylindrical-coordinate representation of color #A6B629: hue angle of 66.81º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B629 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 41 -
CMYK 0.09 0 0.77 0.29
HSL 66.81º 0.63% 0.44% -
HSV(B) 66.81º 0.77% 0.71% -
XYZ 32.85 41.72 8.42 -
YUV 161.14 60.2 131.46 -
System Red Green Blue C M Y K H S L
Decimal 166 182 41 0.09 0 0.77 0.29 66.81 0.63 0.44
Hex A6 B6 29 9 0 4D 1D 43 3F 2C
Octal 246 266 51 11 0 115 35 103 77 54
Binary 10100110 10110110 101001 1001 0 1001101 11101 1000011 111111 101100

Color Harmonies of #A6B629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B629

Black with #A6B629

Text Example


Text Example

White with #A6B629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B629; }

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

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

background-color css

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

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

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

border-color css

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

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

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