#ACBB15

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

Shades of Bahia #ACBB15

Tints of Bahia #ACBB15

Color information

#ACBB15 (or 0xACBB15) is unknown color: approx Bahia. HEX triplet: AC, BB and 15. RGB value is (172,187,21). Sum of RGB (Red+Green+Blue) = 172+187+21=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB15 is #5344EA. Grayscale: #A4A4A4. Windows color (decimal): -5457131 or 1424300. OLE color: 1424300.

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

Color convert

RGB17218721-
CMYK0.0800.890.27
HSL65.42º79.81%40.78%-
HSV(B)65.42º88.77%73.33%-
XYZ34.9244.377.43-
YUV163.5947.53134-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 21 (8.59% from 255) = 5.53%
R=45.26%
G=49.21%
B=5.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172187210.0800.890.2765.4279.8140.78
HexACBB1580591B415029
Octal254273251001313310112051
Binary1010110010111011101011000010110011101110000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB15; }

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

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

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

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

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

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

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

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