#ACBF29

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

Shades of Bahia #ACBF29

Tints of Bahia #ACBF29

Color information

#ACBF29 (or 0xACBF29) is unknown color: approx Bahia. HEX triplet: AC, BF and 29. RGB value is (172,191,41). Sum of RGB (Red+Green+Blue) = 172+191+41=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF29 is #5340D6. Grayscale: #A8A8A8. Windows color (decimal): -5456087 or 2736044. OLE color: 2736044.

HSL color Cylindrical-coordinate representation of color #ACBF29: hue angle of 67.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACBF29 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB17219141-
CMYK0.1000.790.25
HSL67.6º64.66%45.49%-
HSV(B)67.6º78.53%74.9%-
XYZ36.0446.199.11-
YUV168.2256.21130.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 41 (16.41% from 255) = 10.15%
R=42.57%
G=47.28%
B=10.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191410.1000.790.2567.664.6645.49
HexACBF29A04F1944412d
Octal254277511201173110410155
Binary10101100101111111010011010010011111100110001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF29; }

 p { color: rgb(172,191,41); }

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

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

 a { background-color: rgb(172,191,41); }

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

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

 span { border-color: rgb(172,191,41); }

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