Html Css Color HEX #A6B51A Bahia

📋 copy color: '#A6B51A'

red 166 ◦ green 181 ◦ blue 26

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

Shades of Bahia #A6B51A

Tints of Bahia #A6B51A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.53%

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 44.5%
G = 48.53%
B = 6.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#A6B51A (or 0xA6B51A) is known color: Bahia. HEX triplet: A6, B5 and 1A. RGB value is (166,181,26). Sum of RGB (Red+Green+Blue) = 166+181+26=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B51A is #594AE5. Grayscale: #9F9F9F. Windows color (decimal): -5851878 or 1750438. OLE color: 1750438.

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

Color convert

RGB 166 181 26 -
CMYK 0.08 0 0.86 0.29
HSL 65.81º 0.75% 0.41% -
HSV(B) 65.81º 0.86% 0.71% -
XYZ 32.44 41.23 7.23 -
YUV 158.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 166 181 26 0.08 0 0.86 0.29 65.81 0.75 0.41
Hex A6 B5 1A 8 0 56 1D 42 4B 29
Octal 246 265 32 10 0 126 35 102 113 51
Binary 10100110 10110101 11010 1000 0 1010110 11101 1000010 1001011 101001

Color Harmonies of #A6B51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B51A

Black with #A6B51A

Text Example


Text Example

White with #A6B51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B51A; }

 p { color: rgb(166,181,26); }

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

background-color css

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

 a { background-color: rgb(166,181,26); }

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

border-color css

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

 span { border-color: rgb(166,181,26); }

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