#ACBA1E

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

Shades of Bahia #ACBA1E

Tints of Bahia #ACBA1E

Color information

#ACBA1E (or 0xACBA1E) is unknown color: approx Bahia. HEX triplet: AC, BA and 1E. RGB value is (172,186,30). Sum of RGB (Red+Green+Blue) = 172+186+30=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA1E is #5345E1. Grayscale: #A4A4A4. Windows color (decimal): -5457378 or 2013868. OLE color: 2013868.

HSL color Cylindrical-coordinate representation of color #ACBA1E: hue angle of 65.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACBA1E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB17218630-
CMYK0.0800.840.27
HSL65.38º72.22%42.35%-
HSV(B)65.38º83.87%72.94%-
XYZ34.8143.987.88-
YUV164.0352.36133.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 186 (73.05% from 255) = 47.94%
BLUE value IS 30 (12.11% from 255) = 7.73%
R=44.33%
G=47.94%
B=7.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186300.0800.840.2765.3872.2242.35
HexACBA1E80541B41482a
Octal254272361001243310111052
Binary1010110010111010111101000010101001101110000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA1E; }

 p { color: rgb(172,186,30); }

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

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

 a { background-color: rgb(172,186,30); }

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

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

 span { border-color: rgb(172,186,30); }

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