#ACBE1D

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

Shades of Bahia #ACBE1D

Tints of Bahia #ACBE1D

Color information

#ACBE1D (or 0xACBE1D) is unknown color: approx Bahia. HEX triplet: AC, BE and 1D. RGB value is (172,190,29). Sum of RGB (Red+Green+Blue) = 172+190+29=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE1D is #5341E2. Grayscale: #A6A6A6. Windows color (decimal): -5456355 or 1949356. OLE color: 1949356.

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

Color convert

RGB17219029-
CMYK0.0900.850.25
HSL66.71º73.52%42.94%-
HSV(B)66.71º84.74%74.51%-
XYZ35.6545.698.1-
YUV166.2650.54132.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 190 (74.61% from 255) = 48.59%
BLUE value IS 29 (11.72% from 255) = 7.42%
R=43.99%
G=48.59%
B=7.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190290.0900.850.2566.7173.5242.94
HexACBE1D905519434a2b
Octal254276351101253110311253
Binary1010110010111110111011001010101011100110000111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE1D; }

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

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

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

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

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

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

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

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