Html Css Color HEX #A6B528 Bahia

📋 copy color: '#A6B528'

red 166 ◦ green 181 ◦ blue 40

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

Shades of Bahia #A6B528

Tints of Bahia #A6B528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 42.89%
G = 46.77%
B = 10.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#A6B528 (or 0xA6B528) is known color: Bahia. HEX triplet: A6, B5 and 28. RGB value is (166,181,40). Sum of RGB (Red+Green+Blue) = 166+181+40=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B528 is #594AD7. Grayscale: #A0A0A0. Windows color (decimal): -5851864 or 2667942. OLE color: 2667942.

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

Color convert

RGB 166 181 40 -
CMYK 0.08 0 0.78 0.29
HSL 66.38º 0.64% 0.43% -
HSV(B) 66.38º 0.78% 0.71% -
XYZ 32.63 41.31 8.26 -
YUV 160.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 166 181 40 0.08 0 0.78 0.29 66.38 0.64 0.43
Hex A6 B5 28 8 0 4E 1D 42 40 2B
Octal 246 265 50 10 0 116 35 102 100 53
Binary 10100110 10110101 101000 1000 0 1001110 11101 1000010 1000000 101011

Color Harmonies of #A6B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B528

Black with #A6B528

Text Example


Text Example

White with #A6B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B528; }

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

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

background-color css

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

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

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

border-color css

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

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

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