Html Css Color HEX #A6B02A Bahia

📋 copy color: '#A6B02A'

red 166 ◦ green 176 ◦ blue 42

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

Shades of Bahia #A6B02A

Tints of Bahia #A6B02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.94%

R = 43.23%
G = 45.83%
B = 10.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#A6B02A (or 0xA6B02A) is known color: Bahia. HEX triplet: A6, B0 and 2A. RGB value is (166,176,42). Sum of RGB (Red+Green+Blue) = 166+176+42=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B02A is #594FD5. Grayscale: #9E9E9E. Windows color (decimal): -5853142 or 2797734. OLE color: 2797734.

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

Color convert

RGB 166 176 42 -
CMYK 0.06 0 0.76 0.31
HSL 64.48º 0.61% 0.43% -
HSV(B) 64.48º 0.76% 0.69% -
XYZ 31.67 39.32 8.11 -
YUV 157.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 166 176 42 0.06 0 0.76 0.31 64.48 0.61 0.43
Hex A6 B0 2A 6 0 4C 1F 40 3D 2B
Octal 246 260 52 6 0 114 37 100 75 53
Binary 10100110 10110000 101010 110 0 1001100 11111 1000000 111101 101011

Color Harmonies of #A6B02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B02A

Black with #A6B02A

Text Example


Text Example

White with #A6B02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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