#ACBF2E

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

Shades of Bahia #ACBF2E

Tints of Bahia #ACBF2E

Color information

#ACBF2E (or 0xACBF2E) is unknown color: approx Bahia. HEX triplet: AC, BF and 2E. RGB value is (172,191,46). Sum of RGB (Red+Green+Blue) = 172+191+46=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF2E is #5340D1. Grayscale: #A9A9A9. Windows color (decimal): -5456082 or 3063724. OLE color: 3063724.

HSL color Cylindrical-coordinate representation of color #ACBF2E: hue angle of 67.86º degrees, saturation: 0.61, 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 #ACBF2E is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB17219146-
CMYK0.1000.760.25
HSL67.86º61.18%46.47%-
HSV(B)67.86º75.92%74.9%-
XYZ36.1446.239.6-
YUV168.7958.71130.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 46 (18.36% from 255) = 11.25%
R=42.05%
G=46.70%
B=11.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191460.1000.760.2567.8661.1846.47
HexACBF2EA04C19443d2e
Octal25427756120114311047556
Binary1010110010111111101110101001001100110011000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF2E; }

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

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

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

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

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

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

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

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