#ACB433

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

Shades of Bahia #ACB433

Tints of Bahia #ACB433

Color information

#ACB433 (or 0xACB433) is unknown color: approx Bahia. HEX triplet: AC, B4 and 33. RGB value is (172,180,51). Sum of RGB (Red+Green+Blue) = 172+180+51=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB433 is #534BCC. Grayscale: #A3A3A3. Windows color (decimal): -5458893 or 3388588. OLE color: 3388588.

HSL color Cylindrical-coordinate representation of color #ACB433: hue angle of 63.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACB433 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB17218051-
CMYK0.0400.720.29
HSL63.72º55.84%45.29%-
HSV(B)63.72º71.67%70.59%-
XYZ33.9341.659.38-
YUV162.964.85134.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=42.68%
G=44.67%
B=12.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172180510.0400.720.2963.7255.8445.29
HexACB43340481D40382d
Octal2542646340110351007055
Binary101011001011010011001110001001000111011000000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB433; }

 p { color: rgb(172,180,51); }

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

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

 a { background-color: rgb(172,180,51); }

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

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

 span { border-color: rgb(172,180,51); }

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