#ACBE32

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

Shades of Bahia #ACBE32

Tints of Bahia #ACBE32

Color information

#ACBE32 (or 0xACBE32) is unknown color: approx Bahia. HEX triplet: AC, BE and 32. RGB value is (172,190,50). Sum of RGB (Red+Green+Blue) = 172+190+50=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE32 is #5341CD. Grayscale: #A9A9A9. Windows color (decimal): -5456334 or 3325612. OLE color: 3325612.

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

Color convert

RGB17219050-
CMYK0.0900.740.25
HSL67.71º58.33%47.06%-
HSV(B)67.71º73.68%74.51%-
XYZ3645.839.97-
YUV168.6661.04130.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 50 (19.92% from 255) = 12.14%
R=41.75%
G=46.12%
B=12.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190500.0900.740.2567.7158.3347.06
HexACBE32904A19443a2f
Octal25427662110112311047257
Binary1010110010111110110010100101001010110011000100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE32; }

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

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

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

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

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

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

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

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