#ACBE2D

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

Shades of Bahia #ACBE2D

Tints of Bahia #ACBE2D

Color information

#ACBE2D (or 0xACBE2D) is unknown color: approx Bahia. HEX triplet: AC, BE and 2D. RGB value is (172,190,45). Sum of RGB (Red+Green+Blue) = 172+190+45=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE2D is #5341D2. Grayscale: #A8A8A8. Windows color (decimal): -5456339 or 2997932. OLE color: 2997932.

HSL color Cylindrical-coordinate representation of color #ACBE2D: hue angle of 67.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACBE2D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB17219045-
CMYK0.0900.760.25
HSL67.45º61.7%46.08%-
HSV(B)67.45º76.32%74.51%-
XYZ35.945.799.43-
YUV168.0958.54130.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 45 (17.97% from 255) = 11.06%
R=42.26%
G=46.68%
B=11.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190450.0900.760.2567.4561.746.08
HexACBE2D904C19433e2e
Octal25427655110114311037656
Binary1010110010111110101101100101001100110011000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE2D; }

 p { color: rgb(172,190,45); }

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

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

 a { background-color: rgb(172,190,45); }

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

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

 span { border-color: rgb(172,190,45); }

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