Html Css Color HEX #A6B01C Bahia

📋 copy color: '#A6B01C'

red 166 ◦ green 176 ◦ blue 28

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

Shades of Bahia #A6B01C

Tints of Bahia #A6B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.57%

 BLUE value IS 28 (11.33% from 255) = 7.57%

R = 44.86%
G = 47.57%
B = 7.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#A6B01C (or 0xA6B01C) is known color: Bahia. HEX triplet: A6, B0 and 1C. RGB value is (166,176,28). Sum of RGB (Red+Green+Blue) = 166+176+28=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B01C is #594FE3. Grayscale: #9C9C9C. Windows color (decimal): -5853156 or 1880230. OLE color: 1880230.

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

Color convert

RGB 166 176 28 -
CMYK 0.06 0 0.84 0.31
HSL 64.05º 0.73% 0.4% -
HSV(B) 64.05º 0.84% 0.69% -
XYZ 31.46 39.24 7.01 -
YUV 156.14 55.69 135.03 -
System Red Green Blue C M Y K H S L
Decimal 166 176 28 0.06 0 0.84 0.31 64.05 0.73 0.4
Hex A6 B0 1C 6 0 54 1F 40 49 28
Octal 246 260 34 6 0 124 37 100 111 50
Binary 10100110 10110000 11100 110 0 1010100 11111 1000000 1001001 101000

Color Harmonies of #A6B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B01C

Black with #A6B01C

Text Example


Text Example

White with #A6B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B01C; }

 p { color: rgb(166,176,28); }

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

background-color css

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

 a { background-color: rgb(166,176,28); }

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

border-color css

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

 span { border-color: rgb(166,176,28); }

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