Html Css Color HEX #A6B118 Bahia

📋 copy color: '#A6B118'

red 166 ◦ green 177 ◦ blue 24

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

Shades of Bahia #A6B118

Tints of Bahia #A6B118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.23%

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

R = 45.23%
G = 48.23%
B = 6.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A6B118 (or 0xA6B118) is known color: Bahia. HEX triplet: A6, B1 and 18. RGB value is (166,177,24). Sum of RGB (Red+Green+Blue) = 166+177+24=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B118 is #594EE7. Grayscale: #9C9C9C. Windows color (decimal): -5852904 or 1618342. OLE color: 1618342.

HSL color Cylindrical-coordinate representation of color #A6B118: hue angle of 64.31º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6B118 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 177 24 -
CMYK 0.06 0 0.86 0.31
HSL 64.31º 0.76% 0.39% -
HSV(B) 64.31º 0.86% 0.69% -
XYZ 31.61 39.62 6.84 -
YUV 156.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 166 177 24 0.06 0 0.86 0.31 64.31 0.76 0.39
Hex A6 B1 18 6 0 56 1F 40 4C 27
Octal 246 261 30 6 0 126 37 100 114 47
Binary 10100110 10110001 11000 110 0 1010110 11111 1000000 1001100 100111

Color Harmonies of #A6B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B118

Black with #A6B118

Text Example


Text Example

White with #A6B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B118; }

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

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

background-color css

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

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

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

border-color css

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

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

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