#ACBB2A

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

Shades of Bahia #ACBB2A

Tints of Bahia #ACBB2A

Color information

#ACBB2A (or 0xACBB2A) is unknown color: approx Bahia. HEX triplet: AC, BB and 2A. RGB value is (172,187,42). Sum of RGB (Red+Green+Blue) = 172+187+42=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB2A is #5344D5. Grayscale: #A6A6A6. Windows color (decimal): -5457110 or 2800556. OLE color: 2800556.

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

Color convert

RGB17218742-
CMYK0.0800.780.27
HSL66.21º63.32%44.9%-
HSV(B)66.21º77.54%73.33%-
XYZ35.244.488.92-
YUV165.9858.03132.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 42 (16.80% from 255) = 10.47%
R=42.89%
G=46.63%
B=10.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172187420.0800.780.2766.2163.3244.9
HexACBB2A804E1B423f2d
Octal25427352100116331027755
Binary1010110010111011101010100001001110110111000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB2A; }

 p { color: rgb(172,187,42); }

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

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

 a { background-color: rgb(172,187,42); }

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

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

 span { border-color: rgb(172,187,42); }

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