#A8B01C

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

Shades of Bahia #A8B01C

Tints of Bahia #A8B01C

Color information

#A8B01C (or 0xA8B01C) is unknown color: approx Bahia. HEX triplet: A8, B0 and 1C. RGB value is (168,176,28). Sum of RGB (Red+Green+Blue) = 168+176+28=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B01C is #574FE3. Grayscale: #9D9D9D. Windows color (decimal): -5722084 or 1880232. OLE color: 1880232.

HSL color Cylindrical-coordinate representation of color #A8B01C: hue angle of 63.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8B01C is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB16817628-
CMYK0.0500.840.31
HSL63.24º72.55%40%-
HSV(B)63.24º84.09%69.02%-
XYZ31.8839.467.03-
YUV156.7455.35136.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 176 (69.14% from 255) = 47.31%
BLUE value IS 28 (11.33% from 255) = 7.53%
R=45.16%
G=47.31%
B=7.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168176280.0500.840.3163.2472.5540
HexA8B01C50541F3f4928
Octal2502603450124377711150
Binary10101000101100001110010101010100111111111111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B01C; }

 p { color: rgb(168,176,28); }

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

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

 a { background-color: rgb(168,176,28); }

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

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

 span { border-color: rgb(168,176,28); }

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