Html Css Color HEX #A6B718 Bahia

📋 copy color: '#A6B718'

red 166 ◦ green 183 ◦ blue 24

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

Shades of Bahia #A6B718

Tints of Bahia #A6B718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.43%

R = 44.5%
G = 49.06%
B = 6.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#A6B718 (or 0xA6B718) is known color: Bahia. HEX triplet: A6, B7 and 18. RGB value is (166,183,24). Sum of RGB (Red+Green+Blue) = 166+183+24=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B718 is #5948E7. Grayscale: #A0A0A0. Windows color (decimal): -5851368 or 1619878. OLE color: 1619878.

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

Color convert

RGB 166 183 24 -
CMYK 0.09 0 0.87 0.28
HSL 66.42º 0.77% 0.41% -
HSV(B) 66.42º 0.87% 0.72% -
XYZ 32.82 42.04 7.25 -
YUV 159.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 166 183 24 0.09 0 0.87 0.28 66.42 0.77 0.41
Hex A6 B7 18 9 0 57 1C 42 4D 29
Octal 246 267 30 11 0 127 34 102 115 51
Binary 10100110 10110111 11000 1001 0 1010111 11100 1000010 1001101 101001

Color Harmonies of #A6B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B718

Black with #A6B718

Text Example


Text Example

White with #A6B718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B718; }

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

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

background-color css

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

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

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

border-color css

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

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

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