Html Css Color HEX #A6B917 Bahia

📋 copy color: '#A6B917'

red 166 ◦ green 185 ◦ blue 23

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

Shades of Bahia #A6B917

Tints of Bahia #A6B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.47%

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 44.39%
G = 49.47%
B = 6.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#A6B917 (or 0xA6B917) is known color: Bahia. HEX triplet: A6, B9 and 17. RGB value is (166,185,23). Sum of RGB (Red+Green+Blue) = 166+185+23=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B917 is #5946E8. Grayscale: #A1A1A1. Windows color (decimal): -5850857 or 1554854. OLE color: 1554854.

HSL color Cylindrical-coordinate representation of color #A6B917: hue angle of 67.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6B917 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 23 -
CMYK 0.10 0 0.88 0.27
HSL 67.04º 0.78% 0.41% -
HSV(B) 67.04º 0.88% 0.73% -
XYZ 33.23 42.87 7.33 -
YUV 160.85 50.21 131.67 -
System Red Green Blue C M Y K H S L
Decimal 166 185 23 0.10 0 0.88 0.27 67.04 0.78 0.41
Hex A6 B9 17 A 0 58 1B 43 4E 29
Octal 246 271 27 12 0 130 33 103 116 51
Binary 10100110 10111001 10111 1010 0 1011000 11011 1000011 1001110 101001

Color Harmonies of #A6B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B917

Black with #A6B917

Text Example


Text Example

White with #A6B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B917; }

 p { color: rgb(166,185,23); }

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

background-color css

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

 a { background-color: rgb(166,185,23); }

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

border-color css

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

 span { border-color: rgb(166,185,23); }

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