Html Css Color HEX #A6B028 Bahia

📋 copy color: '#A6B028'

red 166 ◦ green 176 ◦ blue 40

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

Shades of Bahia #A6B028

Tints of Bahia #A6B028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

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

R = 43.46%
G = 46.07%
B = 10.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#A6B028 (or 0xA6B028) is known color: Bahia. HEX triplet: A6, B0 and 28. RGB value is (166,176,40). Sum of RGB (Red+Green+Blue) = 166+176+40=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B028 is #594FD7. Grayscale: #9E9E9E. Windows color (decimal): -5853144 or 2666662. OLE color: 2666662.

HSL color Cylindrical-coordinate representation of color #A6B028: hue angle of 64.41º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B028 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 176 40 -
CMYK 0.06 0 0.77 0.31
HSL 64.41º 0.63% 0.42% -
HSV(B) 64.41º 0.77% 0.69% -
XYZ 31.63 39.31 7.93 -
YUV 157.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 166 176 40 0.06 0 0.77 0.31 64.41 0.63 0.42
Hex A6 B0 28 6 0 4D 1F 40 3F 2A
Octal 246 260 50 6 0 115 37 100 77 52
Binary 10100110 10110000 101000 110 0 1001101 11111 1000000 111111 101010

Color Harmonies of #A6B028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B028

Black with #A6B028

Text Example


Text Example

White with #A6B028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B028; }

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

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

background-color css

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

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

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

border-color css

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

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

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