Html Css Color HEX #A6B416 Bahia

📋 copy color: '#A6B416'

red 166 ◦ green 180 ◦ blue 22

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

Shades of Bahia #A6B416

Tints of Bahia #A6B416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.91%

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

R = 45.11%
G = 48.91%
B = 5.98%

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

#A6B416 (or 0xA6B416) is known color: Bahia. HEX triplet: A6, B4 and 16. RGB value is (166,180,22). Sum of RGB (Red+Green+Blue) = 166+180+22=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B416 is #594BE9. Grayscale: #9E9E9E. Windows color (decimal): -5852138 or 1488038. OLE color: 1488038.

HSL color Cylindrical-coordinate representation of color #A6B416: hue angle of 65.32º 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 #A6B416 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 22 -
CMYK 0.08 0 0.88 0.29
HSL 65.32º 0.78% 0.4% -
HSV(B) 65.32º 0.88% 0.71% -
XYZ 32.19 40.81 6.94 -
YUV 157.8 51.36 133.85 -
System Red Green Blue C M Y K H S L
Decimal 166 180 22 0.08 0 0.88 0.29 65.32 0.78 0.4
Hex A6 B4 16 8 0 58 1D 41 4E 28
Octal 246 264 26 10 0 130 35 101 116 50
Binary 10100110 10110100 10110 1000 0 1011000 11101 1000001 1001110 101000

Color Harmonies of #A6B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B416

Black with #A6B416

Text Example


Text Example

White with #A6B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B416; }

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

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

background-color css

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

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

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

border-color css

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

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

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