Html Css Color HEX #A6B532 Bahia

📋 copy color: '#A6B532'

red 166 ◦ green 181 ◦ blue 50

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

Shades of Bahia #A6B532

Tints of Bahia #A6B532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 41.81%
G = 45.59%
B = 12.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#A6B532 (or 0xA6B532) is known color: Bahia. HEX triplet: A6, B5 and 32. RGB value is (166,181,50). Sum of RGB (Red+Green+Blue) = 166+181+50=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B532 is #594ACD. Grayscale: #A2A2A2. Windows color (decimal): -5851854 or 3323302. OLE color: 3323302.

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

Color convert

RGB 166 181 50 -
CMYK 0.08 0 0.72 0.29
HSL 66.87º 0.57% 0.45% -
HSV(B) 66.87º 0.72% 0.71% -
XYZ 32.83 41.39 9.28 -
YUV 161.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 166 181 50 0.08 0 0.72 0.29 66.87 0.57 0.45
Hex A6 B5 32 8 0 48 1D 43 39 2D
Octal 246 265 62 10 0 110 35 103 71 55
Binary 10100110 10110101 110010 1000 0 1001000 11101 1000011 111001 101101

Color Harmonies of #A6B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B532

Black with #A6B532

Text Example


Text Example

White with #A6B532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B532; }

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

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

background-color css

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

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

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

border-color css

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

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

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