Html Css Color HEX #A6B516 Bahia

📋 copy color: '#A6B516'

red 166 ◦ green 181 ◦ blue 22

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

Shades of Bahia #A6B516

Tints of Bahia #A6B516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.96%

R = 44.99%
G = 49.05%
B = 5.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#A6B516 (or 0xA6B516) is known color: Bahia. HEX triplet: A6, B5 and 16. RGB value is (166,181,22). Sum of RGB (Red+Green+Blue) = 166+181+22=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B516 is #594AE9. Grayscale: #9F9F9F. Windows color (decimal): -5851882 or 1488294. OLE color: 1488294.

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

Color convert

RGB 166 181 22 -
CMYK 0.08 0 0.88 0.29
HSL 65.66º 0.78% 0.4% -
HSV(B) 65.66º 0.88% 0.71% -
XYZ 32.39 41.21 7.01 -
YUV 158.39 51.03 133.43 -
System Red Green Blue C M Y K H S L
Decimal 166 181 22 0.08 0 0.88 0.29 65.66 0.78 0.4
Hex A6 B5 16 8 0 58 1D 42 4E 28
Octal 246 265 26 10 0 130 35 102 116 50
Binary 10100110 10110101 10110 1000 0 1011000 11101 1000010 1001110 101000

Color Harmonies of #A6B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B516

Black with #A6B516

Text Example


Text Example

White with #A6B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B516; }

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

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

background-color css

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

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

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

border-color css

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

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

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