#ACBF2F

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

Shades of Bahia #ACBF2F

Tints of Bahia #ACBF2F

Color information

#ACBF2F (or 0xACBF2F) is unknown color: approx Bahia. HEX triplet: AC, BF and 2F. RGB value is (172,191,47). Sum of RGB (Red+Green+Blue) = 172+191+47=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF2F is #5340D0. Grayscale: #A9A9A9. Windows color (decimal): -5456081 or 3129260. OLE color: 3129260.

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

Color convert

RGB17219147-
CMYK0.1000.750.25
HSL67.92º60.5%46.67%-
HSV(B)67.92º75.39%74.9%-
XYZ36.1646.249.71-
YUV168.959.21130.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 47 (18.75% from 255) = 11.46%
R=41.95%
G=46.59%
B=11.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191470.1000.750.2567.9260.546.67
HexACBF2FA04B19443d2f
Octal25427757120113311047557
Binary1010110010111111101111101001001011110011000100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF2F; }

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

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

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

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

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

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

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

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