Html Css Color HEX #A6B526 Bahia

📋 copy color: '#A6B526'

red 166 ◦ green 181 ◦ blue 38

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

Shades of Bahia #A6B526

Tints of Bahia #A6B526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 43.12%
G = 47.01%
B = 9.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#A6B526 (or 0xA6B526) is known color: Bahia. HEX triplet: A6, B5 and 26. RGB value is (166,181,38). Sum of RGB (Red+Green+Blue) = 166+181+38=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B526 is #594AD9. Grayscale: #A0A0A0. Windows color (decimal): -5851866 or 2536870. OLE color: 2536870.

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

Color convert

RGB 166 181 38 -
CMYK 0.08 0 0.79 0.29
HSL 66.29º 0.65% 0.43% -
HSV(B) 66.29º 0.79% 0.71% -
XYZ 32.6 41.29 8.09 -
YUV 160.21 59.03 132.13 -
System Red Green Blue C M Y K H S L
Decimal 166 181 38 0.08 0 0.79 0.29 66.29 0.65 0.43
Hex A6 B5 26 8 0 4F 1D 42 41 2B
Octal 246 265 46 10 0 117 35 102 101 53
Binary 10100110 10110101 100110 1000 0 1001111 11101 1000010 1000001 101011

Color Harmonies of #A6B526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B526

Black with #A6B526

Text Example


Text Example

White with #A6B526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B526; }

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

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

background-color css

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

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

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

border-color css

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

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

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