Html Css Color HEX #A6B52C Bahia

📋 copy color: '#A6B52C'

red 166 ◦ green 181 ◦ blue 44

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

Shades of Bahia #A6B52C

Tints of Bahia #A6B52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.25%

R = 42.46%
G = 46.29%
B = 11.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A6B52C (or 0xA6B52C) is known color: Bahia. HEX triplet: A6, B5 and 2C. RGB value is (166,181,44). Sum of RGB (Red+Green+Blue) = 166+181+44=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B52C is #594AD3. Grayscale: #A1A1A1. Windows color (decimal): -5851860 or 2930086. OLE color: 2930086.

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

Color convert

RGB 166 181 44 -
CMYK 0.08 0 0.76 0.29
HSL 66.57º 0.61% 0.44% -
HSV(B) 66.57º 0.76% 0.71% -
XYZ 32.7 41.34 8.64 -
YUV 160.9 62.03 131.64 -
System Red Green Blue C M Y K H S L
Decimal 166 181 44 0.08 0 0.76 0.29 66.57 0.61 0.44
Hex A6 B5 2C 8 0 4C 1D 43 3D 2C
Octal 246 265 54 10 0 114 35 103 75 54
Binary 10100110 10110101 101100 1000 0 1001100 11101 1000011 111101 101100

Color Harmonies of #A6B52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B52C

Black with #A6B52C

Text Example


Text Example

White with #A6B52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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