Html Css Color HEX #A6B522 Bahia

📋 copy color: '#A6B522'

red 166 ◦ green 181 ◦ blue 34

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

Shades of Bahia #A6B522

Tints of Bahia #A6B522

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 34 (13.67% from 255) = 8.92%

R = 43.57%
G = 47.51%
B = 8.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#A6B522 (or 0xA6B522) is known color: Bahia. HEX triplet: A6, B5 and 22. RGB value is (166,181,34). Sum of RGB (Red+Green+Blue) = 166+181+34=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B522 is #594ADD. Grayscale: #A0A0A0. Windows color (decimal): -5851870 or 2274726. OLE color: 2274726.

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

Color convert

RGB 166 181 34 -
CMYK 0.08 0 0.81 0.29
HSL 66.12º 0.68% 0.42% -
HSV(B) 66.12º 0.81% 0.71% -
XYZ 32.54 41.27 7.76 -
YUV 159.76 57.03 132.45 -
System Red Green Blue C M Y K H S L
Decimal 166 181 34 0.08 0 0.81 0.29 66.12 0.68 0.42
Hex A6 B5 22 8 0 51 1D 42 44 2A
Octal 246 265 42 10 0 121 35 102 104 52
Binary 10100110 10110101 100010 1000 0 1010001 11101 1000010 1000100 101010

Color Harmonies of #A6B522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B522

Black with #A6B522

Text Example


Text Example

White with #A6B522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B522; }

 p { color: rgb(166,181,34); }

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

background-color css

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

 a { background-color: rgb(166,181,34); }

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

border-color css

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

 span { border-color: rgb(166,181,34); }

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