Html Css Color HEX #A6B618 Bahia

📋 copy color: '#A6B618'

red 166 ◦ green 182 ◦ blue 24

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

Shades of Bahia #A6B618

Tints of Bahia #A6B618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.92%

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

R = 44.62%
G = 48.92%
B = 6.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A6B618 (or 0xA6B618) is known color: Bahia. HEX triplet: A6, B6 and 18. RGB value is (166,182,24). Sum of RGB (Red+Green+Blue) = 166+182+24=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B618 is #5949E7. Grayscale: #9F9F9F. Windows color (decimal): -5851624 or 1619622. OLE color: 1619622.

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

Color convert

RGB 166 182 24 -
CMYK 0.09 0 0.87 0.29
HSL 66.08º 0.77% 0.4% -
HSV(B) 66.08º 0.87% 0.71% -
XYZ 32.62 41.63 7.18 -
YUV 159.2 51.7 132.85 -
System Red Green Blue C M Y K H S L
Decimal 166 182 24 0.09 0 0.87 0.29 66.08 0.77 0.4
Hex A6 B6 18 9 0 57 1D 42 4D 28
Octal 246 266 30 11 0 127 35 102 115 50
Binary 10100110 10110110 11000 1001 0 1010111 11101 1000010 1001101 101000

Color Harmonies of #A6B618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B618

Black with #A6B618

Text Example


Text Example

White with #A6B618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B618; }

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

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

background-color css

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

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

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

border-color css

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

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

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