#ACB627

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

Shades of Bahia #ACB627

Tints of Bahia #ACB627

Color information

#ACB627 (or 0xACB627) is unknown color: approx Bahia. HEX triplet: AC, B6 and 27. RGB value is (172,182,39). Sum of RGB (Red+Green+Blue) = 172+182+39=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB627 is #5349D8. Grayscale: #A3A3A3. Windows color (decimal): -5458393 or 2602668. OLE color: 2602668.

HSL color Cylindrical-coordinate representation of color #ACB627: hue angle of 64.2º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACB627 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB17218239-
CMYK0.0500.790.29
HSL64.2º64.71%43.33%-
HSV(B)64.2º78.57%71.37%-
XYZ34.1142.378.3-
YUV162.7158.19134.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 39 (15.62% from 255) = 9.92%
R=43.77%
G=46.31%
B=9.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182390.0500.790.2964.264.7143.33
HexACB627504F1D40412b
Octal25426647501173510010153
Binary1010110010110110100111101010011111110110000001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB627; }

 p { color: rgb(172,182,39); }

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

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

 a { background-color: rgb(172,182,39); }

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

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

 span { border-color: rgb(172,182,39); }

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