#A4B826

Color #A4B826 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A4B826

Tints of Bahia #A4B826

Color information

#A4B826 (or 0xA4B826) is unknown color: approx Bahia. HEX triplet: A4, B8 and 26. RGB value is (164,184,38). Sum of RGB (Red+Green+Blue) = 164+184+38=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B826 is #5B47D9. Grayscale: #A1A1A1. Windows color (decimal): -5982170 or 2537636. OLE color: 2537636.

HSL color Cylindrical-coordinate representation of color #A4B826: hue angle of 68.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4B826 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB16418438-
CMYK0.1100.790.28
HSL68.22º65.77%43.53%-
HSV(B)68.22º79.35%72.16%-
XYZ32.842.318.27-
YUV161.3858.37129.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 184 (72.27% from 255) = 47.67%
BLUE value IS 38 (15.23% from 255) = 9.84%
R=42.49%
G=47.67%
B=9.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164184380.1100.790.2868.2265.7743.53
HexA4B826B04F1C44422c
Octal244270461301173410410254
Binary10100100101110001001101011010011111110010001001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B826; }

 p { color: rgb(164,184,38); }

 H1.HeaderClassName
 {
   color: #A4B826;
 }
 .AnyTagClassName
 {
   color: #A4B826;
 }
</style>
background-color css

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

 a { background-color: rgb(164,184,38); }

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

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

 span { border-color: rgb(164,184,38); }

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