Html Css Color HEX #A6B61C Bahia

📋 copy color: '#A6B61C'

red 166 ◦ green 182 ◦ blue 28

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

Shades of Bahia #A6B61C

Tints of Bahia #A6B61C

RGB

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

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

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

R = 44.15%
G = 48.4%
B = 7.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#A6B61C (or 0xA6B61C) is known color: Bahia. HEX triplet: A6, B6 and 1C. RGB value is (166,182,28). Sum of RGB (Red+Green+Blue) = 166+182+28=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B61C is #5949E3. Grayscale: #A0A0A0. Windows color (decimal): -5851620 or 1881766. OLE color: 1881766.

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

Color convert

RGB 166 182 28 -
CMYK 0.09 0 0.85 0.29
HSL 66.23º 0.73% 0.41% -
HSV(B) 66.23º 0.85% 0.71% -
XYZ 32.66 41.65 7.42 -
YUV 159.66 53.7 132.52 -
System Red Green Blue C M Y K H S L
Decimal 166 182 28 0.09 0 0.85 0.29 66.23 0.73 0.41
Hex A6 B6 1C 9 0 55 1D 42 49 29
Octal 246 266 34 11 0 125 35 102 111 51
Binary 10100110 10110110 11100 1001 0 1010101 11101 1000010 1001001 101001

Color Harmonies of #A6B61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B61C

Black with #A6B61C

Text Example


Text Example

White with #A6B61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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