Html Css Color HEX #A6B729 Bahia

📋 copy color: '#A6B729'

red 166 ◦ green 183 ◦ blue 41

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

Shades of Bahia #A6B729

Tints of Bahia #A6B729

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.92%

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

R = 42.56%
G = 46.92%
B = 10.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#A6B729 (or 0xA6B729) is known color: Bahia. HEX triplet: A6, B7 and 29. RGB value is (166,183,41). Sum of RGB (Red+Green+Blue) = 166+183+41=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B729 is #5948D6. Grayscale: #A2A2A2. Windows color (decimal): -5851351 or 2733990. OLE color: 2733990.

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

Color convert

RGB 166 183 41 -
CMYK 0.09 0 0.78 0.28
HSL 67.18º 0.63% 0.44% -
HSV(B) 67.18º 0.78% 0.72% -
XYZ 33.06 42.13 8.49 -
YUV 161.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 166 183 41 0.09 0 0.78 0.28 67.18 0.63 0.44
Hex A6 B7 29 9 0 4E 1C 43 3F 2C
Octal 246 267 51 11 0 116 34 103 77 54
Binary 10100110 10110111 101001 1001 0 1001110 11100 1000011 111111 101100

Color Harmonies of #A6B729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B729

Black with #A6B729

Text Example


Text Example

White with #A6B729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B729; }

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

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

background-color css

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

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

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

border-color css

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

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

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