Html Css Color HEX #A6C528 Bahia

📋 copy color: '#A6C528'

red 166 ◦ green 197 ◦ blue 40

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

Shades of Bahia #A6C528

Tints of Bahia #A6C528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.88%

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

R = 41.19%
G = 48.88%
B = 9.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#A6C528 (or 0xA6C528) is known color: Bahia. HEX triplet: A6, C5 and 28. RGB value is (166,197,40). Sum of RGB (Red+Green+Blue) = 166+197+40=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C528 is #593AD7. Grayscale: #AAAAAA. Windows color (decimal): -5847768 or 2672038. OLE color: 2672038.

HSL color Cylindrical-coordinate representation of color #A6C528: hue angle of 71.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6C528 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 40 -
CMYK 0.16 0 0.80 0.23
HSL 71.85º 0.66% 0.46% -
HSV(B) 71.85º 0.8% 0.77% -
XYZ 36.08 48.19 9.41 -
YUV 169.83 54.73 125.27 -
System Red Green Blue C M Y K H S L
Decimal 166 197 40 0.16 0 0.80 0.23 71.85 0.66 0.46
Hex A6 C5 28 10 0 50 17 48 42 2E
Octal 246 305 50 20 0 120 27 110 102 56
Binary 10100110 11000101 101000 10000 0 1010000 10111 1001000 1000010 101110

Color Harmonies of #A6C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C528

Black with #A6C528

Text Example


Text Example

White with #A6C528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C528; }

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

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

background-color css

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

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

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

border-color css

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

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

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